Skip to content

Commit 882b310

Browse files
committed
Update PyPI publishing workflow to use PYPI_API_TOKEN for authentication
1 parent 8d9ad90 commit 882b310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Publish to PyPI
8383
env:
8484
TWINE_USERNAME: __token__
85-
TWINE_PASSWORD: ${{ secrets.DSQUQ }}
85+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
8686
run: |
8787
echo "Publishing to PyPI..."
8888
twine upload dist/*

0 commit comments

Comments
 (0)