Skip to content

Commit 1277cd5

Browse files
authored
Update python-publish.yml
1 parent c2f121b commit 1277cd5

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
@@ -24,7 +24,7 @@ jobs:
2424
pip install setuptools wheel twine
2525
- name: Build and publish
2626
env:
27-
TWINE_USERNAME: '__token__'
27+
TWINE_USERNAME: __token__
2828
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
2929
run: |
3030
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)