Skip to content

Commit d3b183d

Browse files
committed
fix token secret name
1 parent 5a7cf55 commit d3b183d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: windows-latest
3333
env:
3434
TWINE_USERNAME: __token__
35-
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
35+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: Set up Python

0 commit comments

Comments
 (0)