fix(ci): Fix build-and-release.yaml (#1413)

* Update build-and-release.yaml

* Update build-and-release.yaml
This commit is contained in:
Olivier DEBAUCHE 2024-04-30 15:16:14 +02:00 committed by GitHub
parent c8cd8c17c6
commit 6332527a69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{ matrix.os }}
path: ./wheelhouse/*.whl
build_wheels_arm64:
@ -100,14 +100,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
- uses: actions/download-artifact@v4
with:
name: release
- uses: actions/download-artifact@v3
with:
name: release
merge-multiple: true
path: dist
- uses: softprops/action-gh-release@v2