We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121659a commit d6b7d45Copy full SHA for d6b7d45
.github/workflows/build-and-test.yml
@@ -20,7 +20,7 @@ jobs:
20
CIBW_ENVIRONMENT: CMAKE_ARGS="-DONNX_USE_PROTOBUF_SHARED_LIBS=OFF -DProtobuf_USE_STATIC_LIBS=ON -DONNX_USE_LITE_PROTO=ON"
21
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"
22
# Only build on Python 3 and skip 32-bit builds
23
- CIBW_BUILD: "cp3?-* cp310-* cp311-*"
+ CIBW_BUILD: "cp39-* cp310-* cp311-*"
24
# Skip python 3.6
25
CIBW_SKIP: "cp36-* *-win32 *-manylinux_i686 *-musllinux_*"
26
name: Build wheels on ${{ matrix.os }}
0 commit comments