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 7157a19 commit 427fe83Copy full SHA for 427fe83
.github/workflows/cibuildwheel.yml
@@ -199,6 +199,8 @@ jobs:
199
environment: release
200
permissions:
201
id-token: write
202
+ attestations: write
203
+ contents: read
204
steps:
205
- name: Download packages
206
uses: actions/download-artifact@v4
@@ -210,5 +212,10 @@ jobs:
210
212
- name: Print out packages
211
213
run: ls dist
214
215
+ - name: Generate artifact attestation for sdist and wheel
216
+ uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
217
+ with:
218
+ subject-path: dist/matplotlib-*
219
+
220
- name: Publish package distributions to PyPI
221
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
0 commit comments