We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0440f6f commit c103939Copy full SHA for c103939
.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 betterproto==2.0.0b7
+ uv pip install pypi-attestations==0.0.21 sigstore-protobuf-specs==0.4.0 betterproto==2.0.0b7
43
44
- name: Build distribution
45
run: python -m build
utils/convert_attestations.py
@@ -8,6 +8,7 @@
8
# requires-python = ">=3.11"
9
# dependencies = [
10
# "pypi-attestations==0.0.21",
11
+# "sigstore-protobuf-specs==0.4.0",
12
# "betterproto==2.0.0b7",
13
# ]
14
# ///
0 commit comments