Skip to content

Commit

Permalink
Merge pull request #129 from OlivOS-Team/main
Browse files Browse the repository at this point in the history
Revert "Update pypiPublish.yml"
  • Loading branch information
lunzhiPenxil authored Aug 11, 2024
2 parents c127f44 + fc85228 commit 0002b8e
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: pypa/gh-action-pypi-publish@v1.9.0
uses: remorses/pypi@v3
with:
# PyPI user
user: ${{ secrets.OWNERPYPITOKEN }}
print-hash: true
setup_file: ./setup.py
username: ${{ secrets.OWNERPYPIUSERNAME }}
password: ${{ secrets.OWNERPYPIPASSWORD }}

0 comments on commit 0002b8e

Please sign in to comment.