ci: switch to OIDC trusted publishing for PyPI and TestPyPI#13
Open
patrickmelix wants to merge 1 commit intomainfrom
Open
ci: switch to OIDC trusted publishing for PyPI and TestPyPI#13patrickmelix wants to merge 1 commit intomainfrom
patrickmelix wants to merge 1 commit intomainfrom
Conversation
Remove PYPI_API_TOKEN and TEST_PYPI_API_TOKEN secrets from both publish workflows. pypa/gh-action-pypi-publish uses OIDC automatically when no password is supplied, authenticated via the id-token: write permission and the GitHub environment (pypi / testpypi). Also removes the broken waitfortest gate from pypi-publish.yml (same issue as release.yml: workflow_dispatch has no tag/branch CI check to wait on). CLAUDE.md documents the one-time trusted publisher registration on PyPI and TestPyPI, including the exact field values needed. Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
PYPI_API_TOKENandTEST_PYPI_API_TOKENsecrets from both publish workflows —pypa/gh-action-pypi-publishauthenticates via OIDC automatically when nopassword:is suppliedwaitfortestgate frompypi-publish.ymlBefore merging
Register trusted publishers on PyPI/TestPyPI (one-time setup):
release.ymlpypi-publish.ymlpypitestpypiOwner:
Tonner-Zech-Group, Repository:VASP-toolsAlso confirm the
pypiandtestpypiGitHub Environments exist under Settings → Environments.Test plan
pypiandtestpypiexistpypi-publish.ymlmanually against TestPyPI first🤖 Generated with Claude Code