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 5d1d64d commit a5e6e93Copy full SHA for a5e6e93
.github/workflows/cibuildwheel.yml
@@ -189,6 +189,8 @@ jobs:
189
environment: release
190
permissions:
191
id-token: write
192
+ attestations: write
193
+ contents: read
194
steps:
195
- name: Download packages
196
uses: actions/download-artifact@v4
@@ -200,5 +202,10 @@ jobs:
200
202
- name: Print out packages
201
203
run: ls dist
204
205
+ - name: Generate artifact attestation for sdist and wheel
206
+ uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
207
+ with:
208
+ subject-path: dist/matplotlib-*
209
+
210
- name: Publish package distributions to PyPI
211
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
0 commit comments