From 6ea8f96826321a779eb37b3cd43b989d7ecf59dd Mon Sep 17 00:00:00 2001 From: Hailin Wang Date: Mon, 29 Jul 2024 23:47:28 +0800 Subject: [PATCH] Skip some archs --- python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 42633ccb..b1552da8 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -83,10 +83,10 @@ musllinux-ppc64le-image = "musllinux_1_1" musllinux-s390x-image = "musllinux_1_1" [tool.cibuildwheel.windows] -archs = ["AMD64", "ARM64", "x86"] +archs = ["AMD64", "x86"] [tool.cibuildwheel.macos] -archs = ["universal2"] +archs = ["x86_64", "arm64"] [tool.cibuildwheel.linux] archs = ["x86_64", "i686", "aarch64", "ppc64le", "s390x"]