diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 6e13d466..67c83acc 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -141,7 +141,7 @@ jobs: # This only uploads the arm64 wheels for Apple M1 Silicon usage build-macos-arm64: runs-on: macos-11.0 - name: "build-macos-11 - arm64" + name: "build-macos (3.8-3.10, arm64)" steps: - uses: actions/checkout@v2 - name: Start postgresql service @@ -159,9 +159,7 @@ jobs: 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_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w ${{ github.workspace}}/repaired_wheels {wheel}" # This allows substitution within setup.py PACKAGE_NAME: psycopg2-binary