fix: another @platforms//:incompatible Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
diff --git a/examples/wheel/lib/BUILD.bazel b/examples/wheel/lib/BUILD.bazel index d7b65a0..8f3819b 100644 --- a/examples/wheel/lib/BUILD.bazel +++ b/examples/wheel/lib/BUILD.bazel
@@ -36,11 +36,10 @@ srcs = ["module_with_pip_deps.py"], imports = ["../../.."], target_compatible_with = select({ - "@platforms//os:linux": ["@platforms//os:linux"], - "@platforms//os:macos": ["@platforms//os:macos"], # TODO(f0rmiga): of course this fails on Windows because it has different dependencies. # Once we build wheels in actions, this will become easier to manage. - "@platforms//os:windows": ["@platforms//os:none"], + "@platforms//os:windows": ["@platforms//:incompatible"], + "//conditions:default": [], }), deps = [ "@examples_wheel_deps_django//:pkg",