Skip to content

Commit 3093cbb

Browse files
committed
Fix secrets in publish CI
1 parent 076cb8d commit 3093cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- name: Publish
2424
env:
2525
TWINE_USERNAME: __token__
26-
TWINE_PASSWORD: ${{ secrets.PYPI_PASS }}
26+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
2727
run: python -m twine upload dist/*

0 commit comments

Comments
 (0)