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 0a3037f commit 03258ecCopy full SHA for 03258ec
.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@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
+ uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
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@8a08d616893759ef8e1aa1f2785787c0b97e20d6
+ uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
56
57
repository-url: https://upload.pypi.org/legacy/
0 commit comments