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 ff2d4de commit fbd0a36Copy full SHA for fbd0a36
1 file changed
bindings/pyproject.toml
@@ -48,7 +48,7 @@ build-dir = "build/{wheel_tag}"
48
build = ["cp310-manylinux_x86_64"]
49
manylinux-x86_64-image = "manylinux_2_28"
50
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}"
+repair-wheel-command = "auditwheel show {wheel}; auditwheel repair -w {dest_dir} {wheel}"
52
53
[tool.cibuildwheel.environment]
54
CMAKE_PREFIX_PATH = "/opt/roboplan_deps:/opt/cibw_env"
0 commit comments