We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PYPI_API_TOKEN
1 parent 4659040 commit 87d0264Copy full SHA for 87d0264
.github/workflows/publish-to-pypi.yml
@@ -29,4 +29,4 @@ jobs:
29
- name: Publish distribution to PyPI
30
uses: pypa/gh-action-pypi-publish@release/v1
31
with:
32
- password: ${{ secrets.PYPI_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments