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 8ac2b3c commit 142f8daCopy full SHA for 142f8da
.github/workflows/ci.yml
@@ -69,4 +69,4 @@ jobs:
69
poetry config repositories.remote https://upload.pypi.org/legacy/
70
poetry --no-interaction -v publish --build --repository remote -u __token__ -p "PYPI_SQUAREUP_ACCESS_TOKEN"
71
env:
72
- PYPI_API_TOKEN: ${{ secrets.PYPI_SQUAREUP_ACCESS_TOKEN }}
+ PYPI_SQUAREUP_ACCESS_TOKEN: ${{ secrets.PYPI_SQUAREUP_ACCESS_TOKEN }}
0 commit comments