Skip to content

Commit 560d902

Browse files
committed
fix: update workflow to use PYPI_TOKEN secret
Changed secret reference from PYPI_API_TOKEN to PYPI_TOKEN to match configured repository secret. This will allow the PyPI publishing workflow to authenticate correctly.
1 parent b9633a4 commit 560d902

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3434
with:
3535
user: __token__
36-
password: ${{ secrets.PYPI_API_TOKEN }}
36+
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)