Skip to content

Commit c103939

Browse files
committed
sps
1 parent 0440f6f commit c103939

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 betterproto==2.0.0b7
42+
uv pip install pypi-attestations==0.0.21 sigstore-protobuf-specs==0.4.0 betterproto==2.0.0b7
4343
4444
- name: Build distribution
4545
run: python -m build

utils/convert_attestations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# requires-python = ">=3.11"
99
# dependencies = [
1010
# "pypi-attestations==0.0.21",
11+
# "sigstore-protobuf-specs==0.4.0",
1112
# "betterproto==2.0.0b7",
1213
# ]
1314
# ///

0 commit comments

Comments
 (0)