Skip to content

Commit

Permalink
Correct name of secret in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson authored Oct 12, 2022
1 parent 3a312ed commit 6d7c60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: "python -m twine upload dist/*"
env:
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: "${{ secrets.PYPI_API_TOKEN }}"
TWINE_PASSWORD: "${{ secrets.PYPI_ACCESS_TOKEN }}"

0 comments on commit 6d7c60a

Please sign in to comment.