From a01d4a94258eb7c4f45e16fabc75d5a389459261 Mon Sep 17 00:00:00 2001 From: Francis Williams Date: Wed, 28 Aug 2024 07:05:40 -0400 Subject: [PATCH] Update build-wheels-and-publish-to-pipy.yml --- .github/workflows/build-wheels-and-publish-to-pipy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-wheels-and-publish-to-pipy.yml b/.github/workflows/build-wheels-and-publish-to-pipy.yml index eb24ade..6295f93 100644 --- a/.github/workflows/build-wheels-and-publish-to-pipy.yml +++ b/.github/workflows/build-wheels-and-publish-to-pipy.yml @@ -34,6 +34,7 @@ jobs: CIBW_SKIP: "*-win32 *-manylinux_i686 pp* *-musllinux*" CIBW_BEFORE_BUILD_LINUX: yum -y install gcc-gfortran lapack-devel blas-devel CIBW_ARCHS_LINUX: "auto" + CIBW_REPAIR_WHEEL_COMMAND_MACOS: delocate-listdeps --all {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel} # CIBW_ARCHS_MACOS: "x86_64 universal2 arm64" uses: pypa/cibuildwheel@v2.20.0 - uses: actions/upload-artifact@v3