Skip to content

Commit cf33f60

Browse files
authored
Merge pull request #130 from OlivOS-Team/main
Update pypiPublish.yml
2 parents 0002b8e + 38bf6e4 commit cf33f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypiPublish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
uses: remorses/pypi@v3
1313
with:
1414
setup_file: ./setup.py
15-
username: ${{ secrets.OWNERPYPIUSERNAME }}
16-
password: ${{ secrets.OWNERPYPIPASSWORD }}
15+
username: __token__
16+
password: ${{ secrets.OWNERPYPITOKEN }}

0 commit comments

Comments
 (0)