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 3e62895 commit c30a919Copy full SHA for c30a919
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
34
with:
35
user: __token__
36
- password: ${{ secrets.PYPI_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
37
38
release:
39
name: Create release
0 commit comments