We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63813eb commit 8b40559Copy full SHA for 8b40559
python/uv/private/BUILD.bazel
@@ -95,7 +95,7 @@ bzl_library(
95
filegroup(
96
name = "pip_compile_template",
97
srcs = select({
98
- "@platforms//os:windows": ["//python:none"],
+ "@platforms//os:windows": ["pip_compile.ps1"],
99
"//conditions:default": ["pip_compile.sh"],
100
}),
101
target_compatible_with = [] if BZLMOD_ENABLED else ["@platforms//:incompatible"],
0 commit comments