ci: name upload step

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

View file

@ -31,7 +31,8 @@ jobs:
HASHES=$(sha256sum * | base64 -w0)
echo "hashes=$HASHES" >> "$GITHUB_OUTPUT"
- uses: actions/upload-artifact@v3
- name: upload artifacts
uses: actions/upload-artifact@v3.1.2
with:
name: wheel
path: dist/*.whl