Skip to content

Commit ff2d30a

Browse files
authored
fix publish CI
1 parent dae80ad commit ff2d30a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
pip install setuptools wheel twine
2828
- name: Build and publish
2929
env:
30-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
31-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
30+
TWINE_USERNAME: __token__
31+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
3232
run: |
3333
python setup.py sdist bdist_wheel
3434
twine upload dist/*

0 commit comments

Comments
 (0)