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 21514db commit 7685c12Copy full SHA for 7685c12
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: Install poetry
16
run: pip install poetry
17
- name: Configure API token
18
- run: poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}"
+ run: poetry config pypi-token.pypi "${{ secrets.PYPI_API_TOKEN }}"
19
- name: Build and then publish nuts to PyPI
20
run: poetry publish --build
0 commit comments