mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 09:29:46 +03:00
Use armenzg action
This commit is contained in:
parent
af32975af0
commit
ad58ed7d4c
4
.github/workflows/m1.yml
vendored
4
.github/workflows/m1.yml
vendored
|
@ -19,14 +19,12 @@ jobs:
|
||||||
brew services start postgresql
|
brew services start postgresql
|
||||||
|
|
||||||
# This builds all possible Python versions (currently, 3.8 to 3.10)
|
# This builds all possible Python versions (currently, 3.8 to 3.10)
|
||||||
- uses: pypa/cibuildwheel@v2.1.1
|
- uses: armenzg/cibuildwheel
|
||||||
# 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
|
||||||
# XXX: temp: faster
|
# XXX: temp: faster
|
||||||
CIBW_BUILD: cp39-macosx_arm64
|
CIBW_BUILD: cp39-macosx_arm64
|
||||||
CIBW_BUILD_VERBOSITY: 3
|
|
||||||
CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}"
|
|
||||||
# It silences a warning since we can't test on Apple Silicon runners
|
# It silences a warning since we can't test on Apple Silicon runners
|
||||||
CIBW_TEST_SKIP: "*-macosx_arm64"
|
CIBW_TEST_SKIP: "*-macosx_arm64"
|
||||||
# This allows substitution within setup.py
|
# This allows substitution within setup.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user