Skip to content

Commit 29389b0

Browse files
Fix authentication errors
1 parent 3632c39 commit 29389b0

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
@@ -38,6 +38,6 @@ jobs:
3838
- name: Publish wheels to PyPI
3939
env:
4040
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
41-
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
41+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
4242
run: |
4343
twine upload dist/*-manylinux*.whl

0 commit comments

Comments
 (0)