Skip to content

Commit b99b981

Browse files
chrislyonsKYclaude
andcommitted
Use PYPI_API_KEY secret for PyPI publish workflow
Trusted publishing config wasn't matching — fall back to API token. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 347741a commit b99b981

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
- run: pip install build
1616
- run: python -m build
1717
- uses: pypa/gh-action-pypi-publish@release/v1
18+
with:
19+
password: ${{ secrets.PYPI_API_KEY }}

0 commit comments

Comments
 (0)