Skip to content

Commit 9ed6d13

Browse files
authored
Update python-publish.yml
1 parent dd72546 commit 9ed6d13

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
@@ -30,7 +30,7 @@ jobs:
3030
- name : Build and publish
3131
env:
3232
TWINE_USERNAME: __token__
33-
TWINE_PASSWORD: ${{ secret.PYPI_API_TOKEN }}
33+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
3434
run: |
3535
python setup.py sdist bdist_wheel
3636
twine upload dist/*

0 commit comments

Comments
 (0)