We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5778465 commit e00b472Copy full SHA for e00b472
.github/workflows/publish-pypi.yml
@@ -22,5 +22,6 @@ jobs:
22
env:
23
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
24
run: |
25
+ poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
26
poetry build
27
poetry publish
0 commit comments