File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 75
75
run : pipx run build --sdist
76
76
77
77
- name : Attest GitHub build provenance
78
- uses : actions/attest-build-provenance@v2
78
+ uses : actions/attest-build-provenance@v3
79
79
# Don't attest from forks
80
80
if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
81
81
with :
@@ -130,7 +130,7 @@ jobs:
130
130
uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
131
131
132
132
- name : Attest GitHub build provenance
133
- uses : actions/attest-build-provenance@v2
133
+ uses : actions/attest-build-provenance@v3
134
134
# Don't attest from forks
135
135
if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
136
136
with :
@@ -171,7 +171,7 @@ jobs:
171
171
PYODIDE=1 python setup.py bdist_wheel --universal
172
172
173
173
- name : Attest GitHub build provenance
174
- uses : actions/attest-build-provenance@v2
174
+ uses : actions/attest-build-provenance@v3
175
175
# Don't attest from forks
176
176
if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
177
177
with :
You can’t perform that action at this time.
0 commit comments