We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be98b8 commit ce9c0e1Copy full SHA for ce9c0e1
.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.3.2 betterproto==2.0.0b7
+ uv pip install pypi-attestations==0.0.21 sigstore-protobuf-specs==0.3.2 betterproto==2.0.0b6
43
44
- name: Build distribution
45
run: python -m build
utils/convert_attestations.py
@@ -9,7 +9,7 @@
9
# dependencies = [
10
# "pypi-attestations==0.0.21",
11
# "sigstore-protobuf-specs==0.3.2",
12
-# "betterproto==2.0.0b7",
+# "betterproto==2.0.0b6",
13
# ]
14
# ///
15
0 commit comments