fix(release): drop testpypi publish+verify — trusted publisher not configured - #5
Merged
Merged
Conversation
…nfigured supsrc's PyPI 0.4.0 was uploaded via a path that didn't establish a TestPyPI trusted publisher. invalid-publisher error confirms TestPyPI has no matching config. For the v0.4.0 backfill (which is idempotent on already-published artifacts) TestPyPI dry-run adds no value, so skip it and go directly to publish-pypi. Future: if test.pypi.org/manage/account/publishing gets a publisher for provide-io/supsrc + release.yml + env testpypi, restore the publish-testpypi + verify-testpypi jobs.
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
livingstaccato
added a commit
that referenced
this pull request
Apr 25, 2026
Reverts #5 now that the TestPyPI trusted publisher is configured for provide-io/supsrc + release.yml + env testpypi. Restores the standard caller shape (matches the other 11 Python repos): publish-testpypi → verify-testpypi → publish-pypi → sign-and-upload.
livingstaccato
added a commit
that referenced
this pull request
May 3, 2026
Reverts #5 now that the TestPyPI trusted publisher is configured for provide-io/supsrc + release.yml + env testpypi. Restores the standard caller shape (matches the other 11 Python repos): publish-testpypi → verify-testpypi → publish-pypi → sign-and-upload.
livingstaccato
added a commit
that referenced
this pull request
May 4, 2026
Reverts #5 now that the TestPyPI trusted publisher is configured for provide-io/supsrc + release.yml + env testpypi. Restores the standard caller shape (matches the other 11 Python repos): publish-testpypi → verify-testpypi → publish-pypi → sign-and-upload.
livingstaccato
added a commit
that referenced
this pull request
Aug 22, 2026
…nfigured (#5) supsrc's PyPI 0.4.0 was uploaded via a path that didn't establish a TestPyPI trusted publisher. invalid-publisher error confirms TestPyPI has no matching config. For the v0.4.0 backfill (which is idempotent on already-published artifacts) TestPyPI dry-run adds no value, so skip it and go directly to publish-pypi. Future: if test.pypi.org/manage/account/publishing gets a publisher for provide-io/supsrc + release.yml + env testpypi, restore the publish-testpypi + verify-testpypi jobs.
livingstaccato
added a commit
that referenced
this pull request
Aug 22, 2026
Reverts #5 now that the TestPyPI trusted publisher is configured for provide-io/supsrc + release.yml + env testpypi. Restores the standard caller shape (matches the other 11 Python repos): publish-testpypi → verify-testpypi → publish-pypi → sign-and-upload.
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.
invalid-publisher on TestPyPI confirms no trusted publisher is configured for provide-io/supsrc + release.yml + env testpypi. Skip TestPyPI for the v0.4.0 backfill; publish-pypi has skip-existing so PyPI stays a no-op.