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 c5c1d8c commit 11de286Copy full SHA for 11de286
cibuildwheel/platforms/windows.py
@@ -261,7 +261,7 @@ def setup_python(
261
raise ValueError(msg)
262
assert base_python.exists()
263
264
- 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):
265
build_frontend = "build"
266
267
use_uv = build_frontend in {"build[uv]", "uv"}
0 commit comments