Skip to content

Commit 8b40559

Browse files
committed
use the ps1 script
1 parent 63813eb commit 8b40559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/uv/private/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ bzl_library(
9595
filegroup(
9696
name = "pip_compile_template",
9797
srcs = select({
98-
"@platforms//os:windows": ["//python:none"],
98+
"@platforms//os:windows": ["pip_compile.ps1"],
9999
"//conditions:default": ["pip_compile.sh"],
100100
}),
101101
target_compatible_with = [] if BZLMOD_ENABLED else ["@platforms//:incompatible"],

0 commit comments

Comments
 (0)