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)
|
HASHES=$(sha256sum * | base64 -w0)
|
||||||
echo "hashes=$HASHES" >> "$GITHUB_OUTPUT"
|
echo "hashes=$HASHES" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: wheel
|
||||||
|
path: dist/*.whl
|
||||||
|
|
||||||
provenance:
|
provenance:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Reference in a new issue