We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b514e commit 4c8c6f4Copy full SHA for 4c8c6f4
.github/workflows/build_and_upload.yml
@@ -62,6 +62,6 @@ jobs:
62
- uses: "pypa/gh-action-pypi-publish@v1.5.0"
63
with:
64
user: __token__
65
- password: ${{ secrets.pypi_password }}
+ password: ${{ secrets.PYPI_TOKEN }}
66
print_hash: true
67
verbose: true
0 commit comments