Skip to content

Commit adbedc7

Browse files
committed
try all build
1 parent 02e4142 commit adbedc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
path: ./wheelhouse/*.whl
6060

6161
build_linux_arm:
62-
if: false
62+
if: true
6363
name: Build Linux (aarch64)
6464
runs-on: ubuntu-latest
6565

@@ -104,7 +104,7 @@ jobs:
104104
path: ./wheelhouse/*.whl
105105

106106
build_wheels_macos:
107-
if: false
107+
if: true
108108
name: MacOS ${{ matrix.os_version }} 3${{ matrix.python3_version }} ${{ matrix.arch_cibw_go[0] }}
109109
strategy:
110110
fail-fast: false
@@ -155,7 +155,7 @@ jobs:
155155
path: ./wheelhouse/*.whl
156156

157157
build_wheels_windows:
158-
if: false
158+
if: true
159159
name: Build wheels on Windows
160160
runs-on: windows-2019
161161
# strategy:

0 commit comments

Comments
 (0)