Pyffish wheels (#471)
authorBajusz Tamás <gbtami@users.noreply.github.com>
Mon, 9 May 2022 16:34:46 +0000 (18:34 +0200)
committerGitHub <noreply@github.com>
Mon, 9 May 2022 16:34:46 +0000 (18:34 +0200)
.github/workflows/wheels.yml

index b509204..dadc3b9 100644 (file)
@@ -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