This commit is contained in:
Armen Zambrano G 2021-09-09 10:16:35 -04:00
parent 81764681a0
commit d780f646fb

View File

@ -156,15 +156,11 @@ jobs:
# Read about options here https://cibuildwheel.readthedocs.io/en/stable/options # Read about options here https://cibuildwheel.readthedocs.io/en/stable/options
env: env:
CIBW_ARCHS: arm64 CIBW_ARCHS: arm64
# This changes the default in order to place the wheel in "repaired_wheels" CIBW_BUILD: cp39-macosx_arm64
# 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}"
# This allows substitution within setup.py # This allows substitution within setup.py
PACKAGE_NAME: psycopg2-binary PACKAGE_NAME: psycopg2-binary
- run: | - run: |
ls -l
ls -l dist
ls -l wheelhouse ls -l wheelhouse
- name: Upload artifacts - name: Upload artifacts