Skip to content

Commit 6164ba8

Browse files
authored
updates pypi
1 parent a7b91b0 commit 6164ba8

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build and publish
2626
env:
2727
TWINE_USERNAME: __token__
28-
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_TOKEN }}
28+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
2929
run: |
3030
python setup.py bdist_wheel
3131
twine upload dist/*

0 commit comments

Comments
 (0)