From c577e6308a95922efca982b49fb9ba0747fbe506 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bajusz=20Tam=C3=A1s?= Date: Mon, 9 May 2022 18:34:46 +0200 Subject: [PATCH] Pyffish wheels (#471) --- .github/workflows/wheels.yml | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b509204..dadc3b9 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -1,9 +1,12 @@ -name: Build +name: Wheels on: push: branches: - master + pull_request: + branches: + - master jobs: build_wheels: @@ -28,7 +31,7 @@ jobs: env: MACOSX_DEPLOYMENT_TARGET: "10.14" CIBW_ARCHS_MACOS: "x86_64 arm64" - CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux_* cp36-* cp37-*" + CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux_* cp36-*" CIBW_TEST_COMMAND: python {project}/test.py - uses: actions/upload-artifact@v3 -- 1.7.0.4