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.
2 parents 10aee7c + 57278d9 commit 0ddb31fCopy full SHA for 0ddb31f
.github/workflows/release.yml
@@ -78,12 +78,13 @@ jobs:
78
name: Generate artifacts provenance attestation
79
needs: [build-python-package]
80
permissions:
81
- contents: read
82
actions: read
+ contents: write
83
id-token: write
84
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
85
with:
86
base64-subjects: "${{ needs.build-python-package.outputs.dist-hashes }}"
87
+ upload-assets: false
88
89
publish-python-package:
90
name: Publish Pypi Package
0 commit comments