Skip to content

Commit e7f24df

Browse files
committed
fix: PyPI upload workflow
1 parent 452cd69 commit e7f24df

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
@@ -21,7 +21,7 @@ jobs:
2121
pip install setuptools wheel twine
2222
- name: Build and publish
2323
env:
24-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
24+
TWINE_USERNAME: __token__
2525
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2626
run: |
2727
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)