Skip to content

Commit 9bea915

Browse files
authored
Update python-publish.yml
1 parent 3076f4e commit 9bea915

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
pip install setuptools wheel twine
2525
- name: Build and publish
2626
env:
27-
TWINE_USERNAME: ${{ "__token__" }}
28-
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
27+
TWINE_USERNAME: "__token__"
28+
TWINE_PASSWORD: ${{ secrets.PYNITE }}
2929
run: |
3030
python setup.py sdist bdist_wheel
31-
twine upload dist/*
31+
twine upload --verbose dist/*

0 commit comments

Comments
 (0)