We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74df466 commit c46ea0cCopy full SHA for c46ea0c
.github/workflows/publish.yml
@@ -37,4 +37,4 @@ jobs:
37
38
- name: Publish
39
run: |
40
- python -m twine upload --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_TOKEN }} --skip-existing --verbose dist/*
+ python -m twine upload --username "__token__" --password ${{ secrets.PYPI_TOKEN }} --skip-existing --verbose dist/*
0 commit comments