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 d14fc74 commit 4215af8Copy full SHA for 4215af8
.github/workflows/python_publish.yml
@@ -27,4 +27,4 @@ jobs:
27
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
28
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
29
run: |
30
- poetry publish --build --username $TWINE_USERNAME --password $TWINE_PASSWORD
+ poetry publish --build --username ${TWINE_USERNAME} --password ${TWINE_PASSWORD}
0 commit comments