Try again

This commit is contained in:
Armen Zambrano G 2021-09-09 10:01:20 -04:00
parent 618496e051
commit 2c9c31b49a

View File

@ -141,7 +141,7 @@ jobs:
# This only uploads the arm64 wheels for Apple M1 Silicon usage # This only uploads the arm64 wheels for Apple M1 Silicon usage
build-macos-arm64: build-macos-arm64:
runs-on: macos-11.0 runs-on: macos-11.0
name: "build-macos-11 - arm64" name: "build-macos (3.8-3.10, arm64)"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Start postgresql service - name: Start postgresql service
@ -159,9 +159,7 @@ jobs:
CIBW_ARCHS: arm64 CIBW_ARCHS: arm64
# This changes the default in order to place the wheel in "repaired_wheels" # This changes the default in order to place the wheel in "repaired_wheels"
# The -w argument requires an absolute path # The -w argument requires an absolute path
CIBW_REPAIR_WHEEL_COMMAND: | CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w ${{ github.workspace}}/repaired_wheels {wheel}"
delocate-listdeps {wheel} &&
delocate-wheel --require-archs {delocate_archs} -w ${{ github.workspace}}/repaired_wheels {wheel}
# This allows substitution within setup.py # This allows substitution within setup.py
PACKAGE_NAME: psycopg2-binary PACKAGE_NAME: psycopg2-binary