Skip to content

Commit ce9c0e1

Browse files
committed
b6
1 parent 6be98b8 commit ce9c0e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install build dependencies (pypa/build, twine)
4040
run: |
4141
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
42+
uv pip install pypi-attestations==0.0.21 sigstore-protobuf-specs==0.3.2 betterproto==2.0.0b6
4343
4444
- name: Build distribution
4545
run: python -m build

utils/convert_attestations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# dependencies = [
1010
# "pypi-attestations==0.0.21",
1111
# "sigstore-protobuf-specs==0.3.2",
12-
# "betterproto==2.0.0b7",
12+
# "betterproto==2.0.0b6",
1313
# ]
1414
# ///
1515

0 commit comments

Comments
 (0)