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 05a3d7c commit 88e41a4Copy full SHA for 88e41a4
.github/workflows/python-publish.yml
@@ -35,5 +35,5 @@ jobs:
35
36
- name: Publish package to PyPI
37
env:
38
- POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
39
- run: poetry publish --build --username __token__ --password $PYPI_TOKEN_PYPI
+ PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
+ run: poetry publish --build --username __token__ --password $PYPI_API_TOKEN
0 commit comments