We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aab049 commit 714cdeeCopy full SHA for 714cdee
.github/workflows/pypi-package.yml
@@ -1,5 +1,5 @@
1
---
2
-name: Build & maybe upload PyPI package
+name: Build & upload PyPI package
3
4
on:
5
push:
@@ -11,6 +11,7 @@ on:
11
workflow_dispatch:
12
13
permissions:
14
+ attestations: write
15
contents: read
16
id-token: write
17
@@ -31,6 +32,8 @@ jobs:
31
32
fetch-depth: 0
33
34
- uses: hynek/build-and-inspect-python-package@v2
35
+ with:
36
+ attest-build-provenance-github: 'true'
37
38
# Upload to Test PyPI on every commit on main.
39
release-test-pypi:
0 commit comments