8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cd8c1 commit 6332527Copy full SHA for 6332527
.github/workflows/build-and-release.yaml
@@ -39,7 +39,7 @@ jobs:
39
40
- uses: actions/upload-artifact@v4
41
with:
42
- name: wheels
+ name: wheels-${{ matrix.os }}
43
path: ./wheelhouse/*.whl
44
45
build_wheels_arm64:
@@ -100,14 +100,9 @@ jobs:
100
runs-on: ubuntu-latest
101
102
steps:
103
- - name: Merge Artifacts
104
- uses: actions/upload-artifact/merge@v4
+ - uses: actions/download-artifact@v4
105
106
- name: release
107
-
108
- - uses: actions/download-artifact@v3
109
- with:
110
+ merge-multiple: true
111
path: dist
112
113
- uses: softprops/action-gh-release@v2
0 commit comments