We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e4142 commit adbedc7Copy full SHA for adbedc7
.github/workflows/build_wheels.yml
@@ -59,7 +59,7 @@ jobs:
59
path: ./wheelhouse/*.whl
60
61
build_linux_arm:
62
- if: false
+ if: true
63
name: Build Linux (aarch64)
64
runs-on: ubuntu-latest
65
@@ -104,7 +104,7 @@ jobs:
104
105
106
build_wheels_macos:
107
108
name: MacOS ${{ matrix.os_version }} 3${{ matrix.python3_version }} ${{ matrix.arch_cibw_go[0] }}
109
strategy:
110
fail-fast: false
@@ -155,7 +155,7 @@ jobs:
155
156
157
build_wheels_windows:
158
159
name: Build wheels on Windows
160
runs-on: windows-2019
161
# strategy:
0 commit comments