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 bcf5a87 commit 058b6aeCopy full SHA for 058b6ae
1 file changed
.github/workflows/release.yml
@@ -74,6 +74,7 @@ jobs:
74
permissions:
75
id-token: write
76
attestations: write
77
+ artifact-metadata: write
78
contents: write
79
steps:
80
- name: Download artifacts
@@ -83,7 +84,7 @@ jobs:
83
84
merge-multiple: true
85
path: dist
86
- name: Attest provenance
- uses: actions/attest-build-provenance@v3
87
+ uses: actions/attest@v4
88
with:
89
subject-path: dist/*
90
- name: Upload to PyPI
0 commit comments