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

make upload versions unique for TestPyPI #2436

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

natestemen
Copy link
Member

Description

TestPyPI uploads are failing (again) because once a version is uploaded with a specific version specifier (say 0.38.0dev), another with the same version cannot be uploaded. To work around this, we added a date the end of the VERSION.txt file so each upload is unique. We also removed the verify-version portion of the action since as long as the upload passes, this gives us enough confidence that our workflow is effective.

@natestemen natestemen added the infrastructure For issues related to building, packaging, and continuous integration. label Jul 2, 2024
@natestemen natestemen self-assigned this Jul 2, 2024
Copy link
Contributor

@cosenal cosenal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢🚢

Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.34%. Comparing base (88e2a34) to head (c6321cd).
Report is 36 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2436   +/-   ##
=======================================
  Coverage   98.34%   98.34%           
=======================================
  Files          89       89           
  Lines        4105     4105           
=======================================
  Hits         4037     4037           
  Misses         68       68           

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

@natestemen natestemen merged commit 6250c94 into main Jul 2, 2024
18 checks passed
@natestemen natestemen deleted the nts-testpypi-with-date branch July 2, 2024 18:10
@purva-thakre
Copy link
Collaborator

@natestemen I noticed you reran the failing windows workflow.

Do you remember if it was the same as #2431 ?

@natestemen
Copy link
Member Author

Action logs are stored for 30 days. You can find logs from the first run here. Indeed it is the same failure. Thanks for opening the issue, and bringing it to my attention here!

@purva-thakre
Copy link
Collaborator

Action logs are stored for 30 days. You can find logs from the first run here.

I missed checking this. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure For issues related to building, packaging, and continuous integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants