Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include post-release versions in default installation #3248

Merged
merged 3 commits into from
Nov 4, 2024

Conversation

mee7ya
Copy link
Contributor

@mee7ya mee7ya commented Nov 3, 2024

Describe what you have changed in this PR.

fixes #3246

Copy link

codecov bot commented Nov 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.29%. Comparing base (2a7af10) to head (02c5934).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3248   +/-   ##
=======================================
  Coverage   85.29%   85.29%           
=======================================
  Files         112      112           
  Lines       11343    11343           
  Branches     2467     2467           
=======================================
  Hits         9675     9675           
  Misses       1140     1140           
  Partials      528      528           
Flag Coverage Δ
unittests 85.09% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mee7ya
Copy link
Contributor Author

mee7ya commented Nov 3, 2024

meetya@mt:~/pdm$ shasum -a256 install-pdm.py 
07738ed4f4cb8290572c86b880a84b7099cd71ad9cefc82d93a6debfb70f61ba  install-pdm.py
meetya@mt:~/pdm$ shasum -a256 --check install-pdm.py.sha256 
install-pdm.py: OK

I'm not sure why checksum failing

UPD: It was EOL issue

@mee7ya mee7ya requested a review from frostming November 3, 2024 12:53
@frostming frostming merged commit 03eeec1 into pdm-project:main Nov 4, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

install-pdm.py doesn't install post-release version if version isn't specified
2 participants