Skip to content

Commit 6d7c60a

Browse files
author
David Robertson
authored
Correct name of secret in release job
1 parent 3a312ed commit 6d7c60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
run: "python -m twine upload dist/*"
2424
env:
2525
TWINE_USERNAME: "__token__"
26-
TWINE_PASSWORD: "${{ secrets.PYPI_API_TOKEN }}"
26+
TWINE_PASSWORD: "${{ secrets.PYPI_ACCESS_TOKEN }}"

0 commit comments

Comments
 (0)