We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc5424 commit 50f5520Copy full SHA for 50f5520
.github/workflows/deploy.yml
@@ -38,6 +38,7 @@ jobs:
38
needs: build-package
39
40
permissions:
41
+ attestations: write
42
id-token: write
43
44
steps:
@@ -47,6 +48,11 @@ jobs:
47
48
name: Packages
49
path: dist
50
51
+ - name: Attest build provenance
52
+ uses: actions/attest-build-provenance@v1
53
+ with:
54
+ subject-path: "dist/*"
55
+
56
- name: Upload package to Test PyPI
57
uses: pypa/gh-action-pypi-publish@release/v1
58
with:
@@ -62,6 +68,7 @@ jobs:
62
68
63
69
64
70
71
65
72
66
73
67
74
@@ -71,5 +78,10 @@ jobs:
78
79
80
81
82
83
84
85
86
- name: Upload package to PyPI
75
87
0 commit comments