Skip to content

Commit 4dd68d5

Browse files
committed
Fix
1 parent ff2d4de commit 4dd68d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bindings/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ build-dir = "build/{wheel_tag}"
4646
# ---------------------------------------------------------------------------
4747
[tool.cibuildwheel]
4848
build = ["cp310-manylinux_x86_64"]
49-
manylinux-x86_64-image = "manylinux_2_28"
49+
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_34_x86_64"
5050
before-all = "bash {project}/.github/scripts/build_roboplan_deps.sh {project}"
51-
repair-wheel-command = "auditwheel show {wheel}; auditwheel repair --plat {delocate_archs} -w {dest_dir} {wheel}"
51+
repair-wheel-command = "auditwheel show {wheel}; auditwheel repair -w {dest_dir} {wheel}"
5252

5353
[tool.cibuildwheel.environment]
5454
CMAKE_PREFIX_PATH = "/opt/roboplan_deps:/opt/cibw_env"

0 commit comments

Comments
 (0)