From 80846f5f702ce97ef7f38bdf83c5180ddb867d16 Mon Sep 17 00:00:00 2001 From: Francis Williams Date: Thu, 29 Aug 2024 18:29:27 -0400 Subject: [PATCH] Update build-wheels-and-publish-to-pipy.yml --- .github/workflows/build-wheels-and-publish-to-pipy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels-and-publish-to-pipy.yml b/.github/workflows/build-wheels-and-publish-to-pipy.yml index 6295f93..576a368 100644 --- a/.github/workflows/build-wheels-and-publish-to-pipy.yml +++ b/.github/workflows/build-wheels-and-publish-to-pipy.yml @@ -34,7 +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_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