We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5e8ed commit 851c55dCopy full SHA for 851c55d
.github/workflows/deploy.yml
@@ -34,5 +34,4 @@ jobs:
34
env:
35
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
36
run: |
37
- poetry config pypi-token.pypi $PYPI_TOKEN
38
- poetry publish --build --no-interaction
+ poetry publish --username __token__ --password $PYPI_TOKEN
0 commit comments