Disable win32 wheels for -rc1.

While I've made some progress debugging b/231485326, I'm not going to be able to get this fully working in time for -rc1.

If I can debug this before the final release, we can re-enable the win32 wheels.

PiperOrigin-RevId: 446849335
pull/13171/head
Joshua Haberman 3 years ago committed by Copybara-Service
parent 3de02fdb8b
commit 0e8772fc20
  1. 6
      python/dist/BUILD.bazel

@ -160,7 +160,8 @@ py_dist(
name = "dist",
binary_wheel = ":binary_wheel",
full_api_cpus = [
"win32",
# TODO(b/231485326): fix win32 build
# "win32",
"win64",
],
# Windows needs version-specific wheels until 3.10.
@ -176,7 +177,8 @@ py_dist(
# 3.10, but on Linux we can get away with using 3.7 (see ../python_api.h for
# details).
limited_api_wheels = {
"win32": "310",
# TODO(b/231485326): fix win32 build
# "win32": "310",
"win64": "310",
"linux-x86_64": "37",
"linux-aarch_64": "37",

Loading…
Cancel
Save