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 2453ebe commit 2c9a5f7Copy full SHA for 2c9a5f7
.github/workflows/release.yml
@@ -30,5 +30,5 @@ jobs:
30
31
- name: Upload to PyPI
32
env:
33
- PYPI_ORG_TOKEN: ${{ secrets.PYPI_ORG_TOKEN }}
34
- run: poetry publish --build -u __token__ -p $PYPI_ORG_TOKEN
+ PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ run: poetry publish --build -u __token__ -p $PYPI_PASSWORD
0 commit comments