mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 09:29:46 +03:00
Try again
This commit is contained in:
parent
618496e051
commit
2c9c31b49a
6
.github/workflows/packages.yml
vendored
6
.github/workflows/packages.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user