We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19b64df + 91e53d6 commit 409fd66Copy full SHA for 409fd66
.github/workflows/release.yml
@@ -54,7 +54,6 @@ jobs:
54
if: startsWith(github.ref, 'refs/tags')
55
uses: pypa/gh-action-pypi-publish@release/v1
56
with:
57
- password: ${{ secrets.PYPI_API_TOKEN }}
58
print-hash: true
59
60
- name: Create/update release on GitHub
0 commit comments