Skip to content

Commit a0fe30d

Browse files
maresbricardoV94
authored andcommitted
Update actions/attest-build-provenance to v2
1 parent d4a2b2b commit a0fe30d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pipx run build --sdist
3737

3838
- name: Attest GitHub build provenance
39-
uses: actions/attest-build-provenance@v1
39+
uses: actions/attest-build-provenance@v2
4040
with:
4141
subject-path: dist/*.tar.gz
4242

@@ -81,7 +81,7 @@ jobs:
8181
uses: pypa/[email protected]
8282

8383
- name: Attest GitHub build provenance
84-
uses: actions/attest-build-provenance@v1
84+
uses: actions/attest-build-provenance@v2
8585
with:
8686
subject-path: ./wheelhouse/*.whl
8787

@@ -116,7 +116,7 @@ jobs:
116116
PYODIDE=1 python setup.py bdist_wheel --universal
117117
118118
- name: Attest GitHub build provenance
119-
uses: actions/attest-build-provenance@v1
119+
uses: actions/attest-build-provenance@v2
120120
with:
121121
subject-path: dist/*.whl
122122

0 commit comments

Comments
 (0)