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 6d4c15f commit e77432fCopy full SHA for e77432f
.github/workflows/release.yml
@@ -26,6 +26,6 @@ jobs:
26
- name: Build
27
run: poetry build
28
- name: Poetry publish config
29
- run: poetry config pypi-token.pypi $POETRY_HTTP_BASIC_PYPI_PASSWORD
+ run: poetry config pypi-token.pypi ${{ secrets.POETRY_HTTP_BASIC_PYPI_PASSWORD }}
30
- name: Publish to PyPi
31
run: poetry publish --dry-run
0 commit comments