We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87e8422 + 6b541d8 commit 734e11cCopy full SHA for 734e11c
.github/workflows/publish.yaml
@@ -44,7 +44,7 @@ jobs:
44
permissions:
45
contents: write
46
steps:
47
- - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+ - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
48
- name: create release
49
run: >
50
gh release create --draft --repo ${{ github.repository }}
@@ -63,7 +63,7 @@ jobs:
63
64
id-token: write
65
66
67
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
68
with:
69
repository-url: https://test.pypi.org/legacy/
0 commit comments