Skip to content

Commit 2582cdc

Browse files
committed
CI: Fix name of PYPI token
1 parent 9d15831 commit 2582cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
uses: pypa/gh-action-pypi-publish@release/v1
2424
with:
2525
user: __token__
26-
password: ${{ secrets.PYPI_DEPLOYMENT_TOKEN }}
26+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)