Skip to content

Commit 9dabd27

Browse files
authored
chore: split toolchain registration in root module to prod & dev (#933)
1 parent fb67115 commit 9dabd27

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

MODULE.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ use_repo(tools, "rules_py_pex_2_3_1")
3333

3434
register_toolchains(
3535
"@rules_py_tools//:all",
36+
)
37+
38+
register_toolchains(
3639
"@aspect_rules_py//py/private/toolchain/...",
40+
dev_dependency = IS_RELEASE,
3741
)
3842

3943
toml = use_extension("//uv/private/tomltool:extension.bzl", "tomltool")

0 commit comments

Comments
 (0)