Skip to content

Commit

Permalink
use pipy api token
Browse files Browse the repository at this point in the history
  • Loading branch information
yindaheng98 committed Jan 2, 2024
1 parent 1601dad commit 9156d60
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pip-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Upload
env:
PIP_USERNAME: ${{ secrets.PIP_USERNAME }}
PIP_PASSWORD: ${{ secrets.PIP_PASSWORD }}
PIP_API_TOKEN: ${{ secrets.PIP_API_TOKEN }}
run: |
python -m twine upload dist/* --username ${PIP_USERNAME} --password ${PIP_PASSWORD} --skip-existing
python -m twine upload dist/* --username __token__ --password ${PIP_API_TOKEN} --skip-existing

0 comments on commit 9156d60

Please sign in to comment.