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 1e065cb commit 5531d47Copy full SHA for 5531d47
.github/workflows/python-publish.yml
@@ -33,5 +33,5 @@ jobs:
33
- name: Build package
34
env:
35
TWINE_USERNAME: __token__
36
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
37
run: make release
0 commit comments