We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c6046 commit b2b9aa3Copy full SHA for b2b9aa3
.github/workflows/ci.yml
@@ -65,5 +65,5 @@ jobs:
65
uses: pypa/gh-action-pypi-publish@v1.1.0
66
with:
67
user: __token__
68
- password: "${{ secrets.PYPI_KEY }}"
+ password: "${{ secrets.PYPI_PASSWORD }}"
69
0 commit comments