Skip to content

Commit 3353862

Browse files
committed
Install pypi-attestations before inspecting attestations
1 parent f3e0de1 commit 3353862

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373

7474
- name: Inspect PEP 740 attestations
7575
run: |
76+
# resolution fails without betterproto and protobuf-specs
77+
uv pip install "pypi-attestations==0.0.12" "sigstore-protobuf-specs==0.3.2" "betterproto==2.0.0b6"
7678
python -m pypi_attestations inspect dist/*.publish.attestation
7779
7880
- name: Prepare attestation bundles for uploading

0 commit comments

Comments
 (0)