Skip to content

Commit 9a60aaf

Browse files
committed
WHL: switch build frontend to native uv
1 parent f3cc0a5 commit 9a60aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ filterwarnings = [
189189

190190
[tool.cibuildwheel]
191191
skip = ["cp314t-*"]
192-
build-frontend = "build[uv]; args: -Csetup-args='-Dpython.allow_limited_api=true'"
192+
build-frontend = "uv; args: -Csetup-args='-Dpython.allow_limited_api=true' --no-config"
193193
build-verbosity = 1
194194
test-groups = ["test", "concurrency"]
195195
test-sources = ["tests", "pyproject.toml"]

0 commit comments

Comments
 (0)