From ad58ed7d4cf48fe15b9b3841e09d52a489301f5e Mon Sep 17 00:00:00 2001 From: Armen Zambrano G Date: Thu, 9 Sep 2021 11:01:20 -0400 Subject: [PATCH] Use armenzg action --- .github/workflows/m1.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/m1.yml b/.github/workflows/m1.yml index 5c12c606..8c809df6 100644 --- a/.github/workflows/m1.yml +++ b/.github/workflows/m1.yml @@ -19,14 +19,12 @@ jobs: brew services start postgresql # This builds all possible Python versions (currently, 3.8 to 3.10) - - uses: pypa/cibuildwheel@v2.1.1 + - uses: armenzg/cibuildwheel # Read about options here https://cibuildwheel.readthedocs.io/en/stable/options env: CIBW_ARCHS: arm64 # XXX: temp: faster CIBW_BUILD: cp39-macosx_arm64 - CIBW_BUILD_VERBOSITY: 3 - CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}" # It silences a warning since we can't test on Apple Silicon runners CIBW_TEST_SKIP: "*-macosx_arm64" # This allows substitution within setup.py