Skip to content

Commit

Permalink
new twint upload with token
Browse files Browse the repository at this point in the history
  • Loading branch information
benzkji committed May 21, 2024
1 parent e292509 commit 1bf25f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ jobs:
python setup.py bdist_wheel --universal
- name: Publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USER_BNZK }}
TWINE_PASSWORD: ${{ secrets.PYPI_PW_BNZK }}
run: twine upload dist/*
PYPI_UPLOAD_TOKEN: ${{ secrets.PYPI_UPLOAD_TOKEN }}
run: twine upload --user __token__ --password $PYPI_UPLOAD_TOKEN dist/*

0 comments on commit 1bf25f1

Please sign in to comment.