ci: upload artifact to release

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

View file

@ -32,10 +32,10 @@ jobs:
echo "hashes=$HASHES" >> "$GITHUB_OUTPUT" echo "hashes=$HASHES" >> "$GITHUB_OUTPUT"
- name: upload artifacts - name: upload artifacts
uses: actions/upload-artifact@v3.1.2 uses: softprops/action-gh-release@v0.1.15
with: with:
name: wheel files: |
path: dist/*.whl dist/*.whl
provenance: provenance:
needs: [build] needs: [build]