Publish wheels directly to PyPI under the comma-deps- prefix#92
Open
adeebshihadeh wants to merge 3 commits into
Open
Publish wheels directly to PyPI under the comma-deps- prefix#92adeebshihadeh wants to merge 3 commits into
adeebshihadeh wants to merge 3 commits into
Conversation
Replaces the GitHub Releases + release-* shim branch distribution with direct PyPI publishing. Distribution names get a comma-deps- prefix (import names unchanged), every master push publishes fresh <version>.postN builds where N = git rev-list --count HEAD, and wheels are tagged manylinux_2_28 at build time via AUDITWHEEL_PLAT so the test matrix installs exactly what gets published. Existing release-* branches and GitHub Releases stay frozen so old lockfiles keep resolving. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
PyPI 429s new project creation in bursts; --skip-existing makes retries idempotent, so back off and retry instead of failing the publish job. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
PyPI throttles new project creation and twine aborts the whole batch at the first 429, so one throttled project blocked wheels that would have succeeded. Upload per-wheel, collect failures, and retry them across passes spaced past the rate-limit window. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.