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 fb80d76 commit 7c0d173Copy full SHA for 7c0d173
.github/workflows/release.yml
@@ -69,5 +69,5 @@ jobs:
69
- name: Upload to PyPI
70
id: upload_to_pypi
71
run: |
72
- poetry config http-basic.pypi "__token__" "${POETRY_PYPI_TOKEN_PYPI}"
+ poetry config http-basic.pypi "__token__" "${{ secrets.POETRY_PYPI_TOKEN_PYPI }}"
73
poetry publish
0 commit comments