From d780f646fb9f1a9084ce745606af5c64ee71493b Mon Sep 17 00:00:00 2001 From: Armen Zambrano G Date: Thu, 9 Sep 2021 10:16:35 -0400 Subject: [PATCH] Faster --- .github/workflows/packages.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index ef161d7e..c2f76444 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -156,15 +156,11 @@ jobs: # Read about options here https://cibuildwheel.readthedocs.io/en/stable/options env: CIBW_ARCHS: arm64 - # This changes the default in order to place the wheel in "repaired_wheels" - # The -w argument requires an absolute path - # CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w ${{ github.workspace}}/repaired_wheels {wheel}" + CIBW_BUILD: cp39-macosx_arm64 # This allows substitution within setup.py PACKAGE_NAME: psycopg2-binary - run: | - ls -l - ls -l dist ls -l wheelhouse - name: Upload artifacts