Skip to content

Commit

Permalink
Merge pull request #128 from OlivOS-Team/main
Browse files Browse the repository at this point in the history
Update pypiPublish.yml
  • Loading branch information
MetaLe0 authored Aug 11, 2024
2 parents 3945308 + 0017b31 commit c127f44
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-publish@v1.9.0
with:
setup_file: ./setup.py
username: ${{ secrets.OWNERPYPIUSERNAME }}
password: ${{ secrets.OWNERPYPIPASSWORD }}
# PyPI user
user: ${{ secrets.OWNERPYPITOKEN }}
print-hash: true

0 comments on commit c127f44

Please sign in to comment.