mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 09:29:46 +03:00
Try with push
This commit is contained in:
parent
32058519a6
commit
b67480098b
4
.github/workflows/m1.yml
vendored
4
.github/workflows/m1.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Build packages
|
name: Build packages
|
||||||
on:
|
on:
|
||||||
- pull_request
|
- push
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -26,6 +26,8 @@ jobs:
|
||||||
# XXX: temp: faster
|
# XXX: temp: faster
|
||||||
CIBW_BUILD: cp39-macosx_arm64
|
CIBW_BUILD: cp39-macosx_arm64
|
||||||
CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}"
|
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
|
||||||
|
CIBW_TEST_SKIP: "*-macosx_arm64"
|
||||||
# This allows substitution within setup.py
|
# This allows substitution within setup.py
|
||||||
PACKAGE_NAME: psycopg2-binary
|
PACKAGE_NAME: psycopg2-binary
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user