Skip to content

Commit 0440f6f

Browse files
committed
.
1 parent d95418f commit 0440f6f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +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
4243
4344
- name: Build distribution
4445
run: python -m build
@@ -68,7 +69,7 @@ jobs:
6869
SIGNER_IDENTITY: "https://github.com/${{ github.workflow_ref }}"
6970

7071
- name: Inspect PEP 740 attestations
71-
run: uvx pypi-attestations inspect dist/*
72+
run: pypi-attestations inspect dist/*
7273

7374
- name: Prepare attestation bundles for uploading
7475
run: |

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+
# "betterproto==2.0.0b7",
1112
# ]
1213
# ///
1314

0 commit comments

Comments
 (0)