We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad6e1d commit eb225edCopy full SHA for eb225ed
.github/workflows/publish_pypi.yml
@@ -19,4 +19,4 @@ jobs:
19
if: startsWith(github.ref, 'refs/tags')
20
uses: pypa/[email protected]
21
with:
22
- password: ${{ secrets.PYPI_PASSWORD }}
+ password: ${{ secrets.PYPI_TOKEN }}
0 commit comments