File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
44
44
echo "tar=$(cd dist/ && echo *.tar.gz)" >> $GITHUB_OUTPUT
45
45
echo "whl=$(cd dist/ && echo *.tar.gz)" >> $GITHUB_OUTPUT
46
46
- name : Attest Build Provenance for tar
47
- uses : actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
47
+ uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
48
48
with :
49
49
subject-path : " dist/${{ steps.filename.outputs.tar }}"
50
50
- name : Attest Build Provenance for whl
51
- uses : actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
51
+ uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
52
52
with :
53
53
subject-path : " dist/${{ steps.filename.outputs.whl }}"
54
54
# TODO Upload to pypi on release creation
You can’t perform that action at this time.
0 commit comments