We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2444fd + d54eb7c commit 3f96a31Copy full SHA for 3f96a31
1 file changed
.github/workflows/main.yaml
@@ -66,7 +66,7 @@ jobs:
66
python setup.py sdist bdist_wheel
67
68
- name: Publish package
69
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
+ uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
70
with:
71
user: __token__
72
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments