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 67c9811 commit c18d494Copy full SHA for c18d494
.github/workflows/deploy.yml
@@ -45,4 +45,4 @@ jobs:
45
if: startsWith(github.ref, 'refs/tags')
46
uses: pypa/gh-action-pypi-publish@release/v1
47
with:
48
- password: ${{ secrets.pypi_password }}
+ password: ${{ secrets.NEW_PYPI_PASSWORD }}
0 commit comments