Skip to content

Commit 6be98b8

Browse files
committed
032
1 parent c103939 commit 6be98b8

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.4.0 betterproto==2.0.0b7
42+
uv pip install pypi-attestations==0.0.21 sigstore-protobuf-specs==0.3.2 betterproto==2.0.0b7
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
@@ -8,7 +8,7 @@
88
# requires-python = ">=3.11"
99
# dependencies = [
1010
# "pypi-attestations==0.0.21",
11-
# "sigstore-protobuf-specs==0.4.0",
11+
# "sigstore-protobuf-specs==0.3.2",
1212
# "betterproto==2.0.0b7",
1313
# ]
1414
# ///

0 commit comments

Comments
 (0)