From 823c6a509fb21d60e723b116622d135318d8df48 Mon Sep 17 00:00:00 2001 From: David Lord Date: Tue, 18 May 2021 08:52:46 -0700 Subject: cibuildwheel skips based on python_requires --- .github/workflows/build.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5efae06..ef33c8c 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 }} @@ -23,7 +26,7 @@ jobs: platforms: arm64 - uses: joerick/cibuildwheel@v1.9.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 -- cgit v1.2.1 From a5b554e6eef519a5eab35ac06c57f2c7e3f853d1 Mon Sep 17 00:00:00 2001 From: David Lord Date: Tue, 18 May 2021 09:23:33 -0700 Subject: update cibuildwheel --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ef33c8c..9ca9ef9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ 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: 'pp*' CIBW_ARCHS_LINUX: auto aarch64 -- cgit v1.2.1