Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/OlivOS-Team/OlivOS
Browse files Browse the repository at this point in the history
  • Loading branch information
MetaLe0 committed Aug 13, 2024
2 parents f2d73f6 + 38bf6e4 commit ede782b
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 ede782b

Please sign in to comment.