Skip to content

Commit c46ea0c

Browse files
committed
Use token flow
1 parent 74df466 commit c46ea0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
3838
- name: Publish
3939
run: |
40-
python -m twine upload --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_TOKEN }} --skip-existing --verbose dist/*
40+
python -m twine upload --username "__token__" --password ${{ secrets.PYPI_TOKEN }} --skip-existing --verbose dist/*

0 commit comments

Comments
 (0)