We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5204da + 92efaaf commit a37048cCopy full SHA for a37048c
1 file changed
.github/workflows/build-test-deploy.yml
@@ -89,5 +89,5 @@ jobs:
89
uses: pypa/gh-action-pypi-publish@release/v1
90
with:
91
user: ${{ secrets.PYPI_USER }}
92
- password: ${{ secrets.PYPI_TOKEN }}
+ password: ${{ secrets.PYPI_PASSWORD }}
93
repository_url: https://upload.pypi.org/legacy/
0 commit comments