We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95418f commit 0440f6fCopy full SHA for 0440f6f
.github/workflows/create-release.yml
@@ -39,6 +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
43
44
- name: Build distribution
45
run: python -m build
@@ -68,7 +69,7 @@ jobs:
68
69
SIGNER_IDENTITY: "https://github.com/${{ github.workflow_ref }}"
70
71
- name: Inspect PEP 740 attestations
- run: uvx pypi-attestations inspect dist/*
72
+ run: pypi-attestations inspect dist/*
73
74
- name: Prepare attestation bundles for uploading
75
utils/convert_attestations.py
@@ -8,6 +8,7 @@
8
# requires-python = ">=3.11"
9
# dependencies = [
10
# "pypi-attestations==0.0.21",
11
+# "betterproto==2.0.0b7",
12
# ]
13
# ///
14
0 commit comments