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 3ff4e49 commit 8f40e71Copy full SHA for 8f40e71
.github/workflows/publish.yml
@@ -79,7 +79,7 @@ jobs:
79
gh release upload ${{ github.ref_name }} dist/* --repo ${{ github.repository }}
80
81
- name: "Publish dists to PyPI"
82
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
83
with:
84
attestations: true
85
@@ -100,7 +100,7 @@ jobs:
100
path: "dist/"
101
102
- name: "Publish dists to Test PyPI"
103
104
105
repository-url: https://test.pypi.org/legacy/
106
0 commit comments