Skip to content

Commit 6f07d96

Browse files
committed
Set PyPI username to '__token__' for package-upload in CI
1 parent 7221162 commit 6f07d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pyproject-build
1818
- name: Publish package
1919
env:
20-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
20+
TWINE_USERNAME: __token__
2121
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2222
run: |
2323
pip install twine

0 commit comments

Comments
 (0)