Skip to content

Commit 2d2b314

Browse files
authored
Update python-publish.yml
1 parent b9a378e commit 2d2b314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
pip install setuptools wheel twine
2525
- name: Build and publish
2626
env:
27-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
28-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
27+
TWINE_USERNAME: __token__
28+
TWINE_PASSWORD: ${{ secrets.TOKEN }}
2929
run: |
3030
python setup.py sdist bdist_wheel
3131
twine upload dist/*

0 commit comments

Comments
 (0)