Skip to content

Commit ede782b

Browse files
committed
2 parents f2d73f6 + 38bf6e4 commit ede782b

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)