diff --git a/appveyor.yml b/appveyor.yml index 3e4bb8b..e88210a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,7 @@ environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204 APPVEYOR_JOB_NAME: "linux-x64" + CIBW_BEFORE_BUILD: "yum install -y omniORB" - PYTHON: "Python39" BUILD_ARCH: "x86" diff --git a/pyproject.toml b/pyproject.toml index a297c83..fe93ff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,5 +28,3 @@ build-dir = "build/{wheel_tag}_{build_type}" # Produce only CPython x86_64 wheels build = "cp*-manylinux_x86_64" -[tool.cibuildwheel.linux] -repair-wheel-command = ""