提交 a0fe30de authored 作者: Ben Mares's avatar Ben Mares 提交者: Ricardo Vieira

Update actions/attest-build-provenance to v2

上级 d4a2b2bf
...@@ -36,7 +36,7 @@ jobs: ...@@ -36,7 +36,7 @@ jobs:
run: pipx run build --sdist run: pipx run build --sdist
- name: Attest GitHub build provenance - name: Attest GitHub build provenance
uses: actions/attest-build-provenance@v1 uses: actions/attest-build-provenance@v2
with: with:
subject-path: dist/*.tar.gz subject-path: dist/*.tar.gz
...@@ -81,7 +81,7 @@ jobs: ...@@ -81,7 +81,7 @@ jobs:
uses: pypa/cibuildwheel@v2.22.0 uses: pypa/cibuildwheel@v2.22.0
- name: Attest GitHub build provenance - name: Attest GitHub build provenance
uses: actions/attest-build-provenance@v1 uses: actions/attest-build-provenance@v2
with: with:
subject-path: ./wheelhouse/*.whl subject-path: ./wheelhouse/*.whl
...@@ -116,7 +116,7 @@ jobs: ...@@ -116,7 +116,7 @@ jobs:
PYODIDE=1 python setup.py bdist_wheel --universal PYODIDE=1 python setup.py bdist_wheel --universal
- name: Attest GitHub build provenance - name: Attest GitHub build provenance
uses: actions/attest-build-provenance@v1 uses: actions/attest-build-provenance@v2
with: with:
subject-path: dist/*.whl subject-path: dist/*.whl
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论