diff --git a/pyproject.toml b/pyproject.toml index 937a6fd7..d287965b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,9 +17,10 @@ archs = ["x86_64", "aarch64"] [[tool.cibuildwheel.overrides]] select = "*-musllinux*" +archs = ["x86_64"] repair-wheel-command = "LD_LIBRARY_PATH=/project/ci/lib auditwheel repair -w {dest_dir} {wheel}" [tool.cibuildwheel.macos] +archs = ["universal2"] environment = {LIBGIT2_VERSION="1.7.1", LIBSSH2_VERSION="1.11.0", OPENSSL_VERSION="3.1.3", LIBGIT2="/Users/runner/work/pygit2/pygit2/ci"} repair-wheel-command = "DYLD_LIBRARY_PATH=/Users/runner/work/pygit2/pygit2/ci/lib delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}" -archs = ["universal2"] \ No newline at end of file