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 9cb660e commit e01989cCopy full SHA for e01989c
.github/workflows/accelerate-manylinux.yml
@@ -189,7 +189,7 @@ jobs:
189
path: accelerate/dist/*.whl
190
191
192
- wheels_manylinux-arm:
+ wheels_manylinux_arm:
193
name: Build architecture-specific wheels on ${{ matrix.distro }} ${{ matrix.arch }}
194
195
runs-on: ubuntu-24.04-arm
@@ -345,7 +345,12 @@ jobs:
345
runs-on: ubuntu-latest
346
if: ${{ github.ref == 'refs/heads/master' }}
347
needs:
348
- - wheels
+ - wheels_windows
349
+ - wheels_mac
350
+ - wheels_manylinux_x86
351
+ - wheels_manylinux_arm
352
+ - wheels_musllinux_x86
353
+ - wheels_musllinux_arm
354
- tarballs
355
# TODO: should be choosing the repo URL based on master/develop
356
permissions:
0 commit comments