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 831e7e8 commit 19699c7Copy full SHA for 19699c7
cibuildwheel/platforms/windows.py
@@ -268,7 +268,7 @@ def setup_python(
268
raise ValueError(msg)
269
assert base_python.exists()
270
271
- if build_frontend == "build[uv]" and not can_use_uv(python_configuration):
+ if build_frontend in {"build[uv]", "uv"} and not can_use_uv(python_configuration):
272
build_frontend = "build"
273
274
use_uv = build_frontend in {"build[uv]", "uv"}
0 commit comments