File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,21 +149,18 @@ ignore = [
149149[tool .cibuildwheel ]
150150build-frontend =" build"
151151environment = {USE_BAZEL_VERSION = " 6.5.0" }
152- # build = ["cp310-*"]
153152skip = [" cp312-*" , " cp313-*" , " *musllinux*" , " pp*" ]
154153before-test =" rm {project}/bazel-* && pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ ajf-test-tfx-bsl"
155154test-command =" pytest {project}"
156155test-extras = [" test" ]
157156
158157[tool .cibuildwheel .linux ]
159- # manylinux-x86_64-image = "manylinux_2_28"
160158manylinux-x86_64-image = " manylinux2014"
161159archs =[" x86_64" ]
162160before-build = " yum install -y npm && npm install -g @bazel/bazelisk"
163- # test-extras = ["test"]
164- before-test =" rm bazel-* && pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ ajf-test-tfx-bsl"
165161test-command =" pytest {project}"
166162
167163
168164[tool .cibuildwheel .macos ]
165+ # bazel install not required because it's already in github action runner
169166archs = [" arm64" ]
You can’t perform that action at this time.
0 commit comments