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 2e561f3 commit 7ffbed1Copy full SHA for 7ffbed1
.github/workflows/build.yml
@@ -234,11 +234,17 @@ jobs:
234
url: https://pypi.org/p/cmake
235
permissions:
236
id-token: write
237
+ attestations: write
238
steps:
239
- uses: actions/download-artifact@v4
240
with:
241
pattern: cibw-*
242
merge-multiple: true
243
path: dist
244
245
+ - name: Generate artifact attestation for sdist and wheel
246
+ uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
247
+ with:
248
+ subject-path: "dist/cmake-*"
249
+
250
- uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments