Skip to content

Commit d6b7d45

Browse files
authored
Update build-and-test.yml
Signed-off-by: Andreas Fehlner <[email protected]>
1 parent 121659a commit d6b7d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
CIBW_ENVIRONMENT: CMAKE_ARGS="-DONNX_USE_PROTOBUF_SHARED_LIBS=OFF -DProtobuf_USE_STATIC_LIBS=ON -DONNX_USE_LITE_PROTO=ON"
2121
CIBW_ENVIRONMENT_WINDOWS: USE_MSVC_STATIC_RUNTIME=0 CMAKE_ARGS="-DONNX_USE_PROTOBUF_SHARED_LIBS=OFF -DProtobuf_USE_STATIC_LIBS=ON -DONNX_USE_LITE_PROTO=ON"
2222
# Only build on Python 3 and skip 32-bit builds
23-
CIBW_BUILD: "cp3?-* cp310-* cp311-*"
23+
CIBW_BUILD: "cp39-* cp310-* cp311-*"
2424
# Skip python 3.6
2525
CIBW_SKIP: "cp36-* *-win32 *-manylinux_i686 *-musllinux_*"
2626
name: Build wheels on ${{ matrix.os }}

0 commit comments

Comments
 (0)