Skip to content

Commit 1bf25f1

Browse files
committed
new twint upload with token
1 parent e292509 commit 1bf25f1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ jobs:
2222
python setup.py bdist_wheel --universal
2323
- name: Publish
2424
env:
25-
TWINE_USERNAME: ${{ secrets.PYPI_USER_BNZK }}
26-
TWINE_PASSWORD: ${{ secrets.PYPI_PW_BNZK }}
27-
run: twine upload dist/*
25+
PYPI_UPLOAD_TOKEN: ${{ secrets.PYPI_UPLOAD_TOKEN }}
26+
run: twine upload --user __token__ --password $PYPI_UPLOAD_TOKEN dist/*

0 commit comments

Comments
 (0)