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 52dfbe4 commit 5e17ba5Copy full SHA for 5e17ba5
.github/workflows/publish-to-pypi.yml
@@ -39,5 +39,5 @@ jobs:
39
if: startsWith(github.ref, 'refs/tags')
40
uses: pypa/gh-action-pypi-publish@release/v1
41
with:
42
- password: ${{ secrets.PYPI_API_TOKEN_HUB }}
43
- verbose: true
+ password: ${{ secrets.PYPI_API_TOKEN }}
+ verbose: true
0 commit comments