We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc85228 commit 38bf6e4Copy full SHA for 38bf6e4
.github/workflows/pypiPublish.yml
@@ -12,5 +12,5 @@ jobs:
12
uses: remorses/pypi@v3
13
with:
14
setup_file: ./setup.py
15
- username: ${{ secrets.OWNERPYPIUSERNAME }}
16
- password: ${{ secrets.OWNERPYPIPASSWORD }}
+ username: __token__
+ password: ${{ secrets.OWNERPYPITOKEN }}
0 commit comments