mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Install pypi-attestations before inspecting attestations
This commit is contained in:
parent
f3e0de1da0
commit
3353862622
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@ -73,6 +73,8 @@ jobs:
|
||||
|
||||
- name: Inspect PEP 740 attestations
|
||||
run: |
|
||||
# resolution fails without betterproto and protobuf-specs
|
||||
uv pip install "pypi-attestations==0.0.12" "sigstore-protobuf-specs==0.3.2" "betterproto==2.0.0b6"
|
||||
python -m pypi_attestations inspect dist/*.publish.attestation
|
||||
|
||||
- name: Prepare attestation bundles for uploading
|
||||
|
Loading…
Reference in New Issue
Block a user