Skip to content

Commit 7408992

Browse files
try without uv
1 parent dceaa00 commit 7408992

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
@@ -53,7 +53,7 @@ namespaces = false
5353

5454
[tool.cibuildwheel]
5555
# manylinux-x86_64-image = "quay.io/pypa/manylinux2014_x86_64"
56-
build-frontend = "build[uv]"
56+
build-frontend = "build"
5757
build = "cp3*-manylinux_x86_64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
5858
# test-requires = "pytest"
5959
# test-command = "pytest {project}/src/python/"

0 commit comments

Comments
 (0)