From 1bed0ad5a97666bd00a76ff95dbacb0c26cef96a Mon Sep 17 00:00:00 2001 From: Max Halford Date: Sat, 2 Dec 2023 17:32:42 +0100 Subject: [PATCH] Update pypi.yml --- .github/workflows/pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index a36de37efe..650ad76a75 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -48,9 +48,9 @@ jobs: # CIBW_SKIP: "*-musllinux_{i686,aarch64}" # we build for "alt_arch_name" if it exists, else 'auto CIBW_ARCHS_LINUX: "x86_64 i686 aarch64 ppc64le s390x" - # We don't build arm64 wheels yet because there's an issue with Poetry. + # We don't build arm64 and universal2 wheels yet because there's an issue with Poetry. # More information here: https://cibuildwheel.readthedocs.io/en/stable/faq/#how-to-cross-compile (CTRL + F "poetry") - CIBW_ARCHS_MACOS: "x86_64 universal2" + CIBW_ARCHS_MACOS: "x86_64" CIBW_ARCHS_WINDOWS: "AMD64 x86 ARM64" CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"