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 @@ -623,11 +623,11 @@ jobs:
623
623
echo "tar=$(cd dist/ && echo *.tar.gz)" >> $GITHUB_OUTPUT
624
624
echo "whl=$(cd dist/ && echo *.tar.gz)" >> $GITHUB_OUTPUT
625
625
- name : Attest Build Provenance for tar
626
- uses : actions/attest-build-provenance@897ed5eab6ed058a474202017ada7f40bfa52940 # v1.0.0
626
+ uses : actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
627
627
with :
628
628
subject-path : " dist/${{ steps.filename.outputs.tar }}"
629
629
- name : Attest Build Provenance for whl
630
- uses : actions/attest-build-provenance@897ed5eab6ed058a474202017ada7f40bfa52940 # v1.0.0
630
+ uses : actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
631
631
with :
632
632
subject-path : " dist/${{ steps.filename.outputs.whl }}"
633
633
# TODO Upload to pypi on release creation
You can’t perform that action at this time.
0 commit comments