We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c103939 commit 6be98b8Copy full SHA for 6be98b8
.github/workflows/create-release.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Install build dependencies (pypa/build, twine)
40
run: |
41
uv pip install build "twine>=5.1"
42
- uv pip install pypi-attestations==0.0.21 sigstore-protobuf-specs==0.4.0 betterproto==2.0.0b7
+ uv pip install pypi-attestations==0.0.21 sigstore-protobuf-specs==0.3.2 betterproto==2.0.0b7
43
44
- name: Build distribution
45
run: python -m build
utils/convert_attestations.py
@@ -8,7 +8,7 @@
8
# requires-python = ">=3.11"
9
# dependencies = [
10
# "pypi-attestations==0.0.21",
11
-# "sigstore-protobuf-specs==0.4.0",
+# "sigstore-protobuf-specs==0.3.2",
12
# "betterproto==2.0.0b7",
13
# ]
14
# ///
0 commit comments