ci: upload artifact

This commit is contained in:
Mark Joshwel 2023-06-03 11:34:38 +00:00 committed by GitHub
parent 3017a17510
commit 0201c5caa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: