Skip to content

Commit e7d69a8

Browse files
authored
Update python-publish.yml
1 parent 8607410 commit e7d69a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
pip install setuptools wheel twine
2626
- name: Build and publish
2727
env:
28-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
29-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
28+
TWINE_USERNAME: __token__
29+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
3030
run: |
3131
python setup.py sdist bdist_wheel
3232
twine upload dist/*

0 commit comments

Comments
 (0)