Skip to content

Commit

Permalink
Update pypiPublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil authored Aug 11, 2024
1 parent fc85228 commit 38bf6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypiPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
uses: remorses/pypi@v3
with:
setup_file: ./setup.py
username: ${{ secrets.OWNERPYPIUSERNAME }}
password: ${{ secrets.OWNERPYPIPASSWORD }}
username: __token__
password: ${{ secrets.OWNERPYPITOKEN }}

0 comments on commit 38bf6e4

Please sign in to comment.