We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 783c739 + 1100f18 commit c60d7d5Copy full SHA for c60d7d5
1 file changed
.github/workflows/publish-pypi-release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build package
25
run: hatch build
26
- name: Publish package
27
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
+ uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
28
with:
29
user: __token__
30
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments