Skip to content

Commit b008ec7

Browse files
authored
Update python-publish.yml
trying different approach to using __token__ as username.
1 parent 1eb8ac8 commit b008ec7

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: ${{ secrets.PYPI_USERNAME }}
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2929
run: |
3030
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)