Skip to content

Commit 0b7599d

Browse files
bokelleyclaude
andcommitted
fix: correct secret name from PYPI_API_TOKEN to PYPY_API_TOKEN
Match the actual secret name configured in GitHub repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 76ca691 commit 0b7599d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
if: ${{ steps.release.outputs.release_created }}
4444
env:
4545
TWINE_USERNAME: __token__
46-
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
46+
TWINE_PASSWORD: ${{ secrets.PYPY_API_TOKEN }}
4747
run: twine upload dist/*

0 commit comments

Comments
 (0)