Skip to content

Commit 549cd85

Browse files
authored
Update python-publish.yml
1 parent 9bea915 commit 549cd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.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.PYNITE }}
28+
TWINE_PASSWORD: ${{ secrets.PYNITE_PYPI_API_TOKEN }}
2929
run: |
3030
python setup.py sdist bdist_wheel
3131
twine upload --verbose dist/*

0 commit comments

Comments
 (0)