We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b03e2e commit 1551f0bCopy full SHA for 1551f0b
1 file changed
.github/workflows/deploy.yml
@@ -84,4 +84,4 @@ jobs:
84
if: startsWith(github.ref, 'refs/tags/')
85
uses: pypa/gh-action-pypi-publish@release/v1
86
with:
87
- password: ${{ secrets.PYPI_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments