We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac16a1b commit 0e6d791Copy full SHA for 0e6d791
.github/workflows/publish_release.yml
@@ -22,6 +22,6 @@ jobs:
22
# v1.4.2 release. Using full SHA for security
23
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
24
- name: "Publish distribution 📦 to PyPI"
25
- uses: "pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29"
+ uses: "pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf"
26
with:
27
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments