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 74ef34d commit 84c6b9bCopy full SHA for 84c6b9b
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: python -m build
26
27
- name: generate build provenance
28
- uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
+ uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
29
with:
30
subject-path: "${{ github.workspace }}/dist/*"
31
@@ -52,6 +52,6 @@ jobs:
52
53
- name: Upload pypi.org
54
if: startsWith(github.ref, 'refs/tags')
55
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
56
57
repository-url: https://upload.pypi.org/legacy/
0 commit comments