ci: upload artifact
This commit is contained in:
parent
3017a17510
commit
0201c5caa4
5
.github/workflows/slsa-publish.yml
vendored
5
.github/workflows/slsa-publish.yml
vendored
|
@ -31,6 +31,11 @@ jobs:
|
|||
HASHES=$(sha256sum * | base64 -w0)
|
||||
echo "hashes=$HASHES" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: wheel
|
||||
path: dist/*.whl
|
||||
|
||||
provenance:
|
||||
needs: [build]
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue