We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02af66 commit 92efaafCopy full SHA for 92efaaf
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