Skip to content

Commit

Permalink
Update actions/attest-build-provenance to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb authored Jan 21, 2025
1 parent d4a2b2b commit 06ae005
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pipx run build --sdist

- name: Attest GitHub build provenance
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: dist/*.tar.gz

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
uses: pypa/[email protected]

- name: Attest GitHub build provenance
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: ./wheelhouse/*.whl

Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
PYODIDE=1 python setup.py bdist_wheel --universal
- name: Attest GitHub build provenance
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: dist/*.whl

Expand Down

0 comments on commit 06ae005

Please sign in to comment.