summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r--.github/workflows/build.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 5efae06..9ca9ef9 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -6,6 +6,9 @@ on:
- '*.x'
tags:
- '*'
+ pull_request:
+ branches:
+ - '*'
jobs:
wheels:
name: ${{ matrix.os }}
@@ -21,9 +24,9 @@ jobs:
uses: docker/setup-qemu-action@v1
with:
platforms: arm64
- - uses: joerick/cibuildwheel@v1.9.0
+ - uses: joerick/cibuildwheel@v1.11.0
env:
- CIBW_SKIP: 'cp27-* cp35-* pp*'
+ CIBW_SKIP: 'pp*'
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: auto universal2
- uses: actions/upload-artifact@v2