From 21e020440a85abfaaee8cf351e423b03d666b3f9 Mon Sep 17 00:00:00 2001 From: David Minton Date: Tue, 15 Aug 2023 19:56:19 -0400 Subject: [PATCH] Switched to cibuildwheel --- buildscripts/build_swiftest.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/buildscripts/build_swiftest.sh b/buildscripts/build_swiftest.sh index f450dce09..6c72350b3 100755 --- a/buildscripts/build_swiftest.sh +++ b/buildscripts/build_swiftest.sh @@ -106,7 +106,4 @@ printf "NETCDF_FORTRAN_HOME: ${NETCDF_FORTRAN_HOME}\n" printf "SKBUILD_CONFIGURE_OPTIONS: ${SKBUILD_CONFIGURE_OPTIONS}\n" printf "*********************************************************\n" -python3 -m pip install build pip -python3 -m build -python3 -m pip install . -v - +pipx run cibuildwheel --platform macos