We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73c2fbb + 8dea857 commit 7f4e00eCopy full SHA for 7f4e00e
.github/workflows/python-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build package
27
run: python -m build
28
- name: Publish package
29
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
+ uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
30
with:
31
user: __token__
32
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments