We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d15831 commit 2582cdcCopy full SHA for 2582cdc
.github/workflows/python_publish.yml
@@ -23,4 +23,4 @@ jobs:
23
uses: pypa/gh-action-pypi-publish@release/v1
24
with:
25
user: __token__
26
- password: ${{ secrets.PYPI_DEPLOYMENT_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments