From b67480098bac155b5d7a2def4f0df5878b08ac66 Mon Sep 17 00:00:00 2001 From: Armen Zambrano G Date: Thu, 9 Sep 2021 10:39:55 -0400 Subject: [PATCH] Try with push --- .github/workflows/m1.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/m1.yml b/.github/workflows/m1.yml index c4673e74..30c4cf48 100644 --- a/.github/workflows/m1.yml +++ b/.github/workflows/m1.yml @@ -1,7 +1,7 @@ --- name: Build packages on: - - pull_request + - push jobs: @@ -26,6 +26,8 @@ jobs: # XXX: temp: faster CIBW_BUILD: cp39-macosx_arm64 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 PACKAGE_NAME: psycopg2-binary