Skip to content

Commit 7a72748

Browse files
authored
Update publish_package.yml username
Set username to token
1 parent fce4a93 commit 7a72748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Upload to PyPI
2828
env:
29-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
29+
TWINE_USERNAME: __token__
3030
TWINE_PASSWORD: ${{ secrets.TPOT_TOKEN }}
3131
run: twine upload dist/*
3232

0 commit comments

Comments
 (0)