Skip to content

Commit

Permalink
Update pypiPublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MetaLe0 committed Aug 11, 2024
1 parent 9a15fc2 commit 0017b31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pypiPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Deploy Pypi
uses: remorses/pypi@v3
uses: pypa/gh-action-pypi[email protected]
with:
setup_file: ./setup.py
username: ${{ secrets.OWNERPYPIUSERNAME }}
password: ${{ secrets.OWNERPYPIPASSWORD }}
# PyPI user
user: ${{ secrets.OWNERPYPITOKEN }}
print-hash: true

0 comments on commit 0017b31

Please sign in to comment.