Skip to content

Commit

Permalink
Merge pull request #216 from pallets/cibuildwheel-auto-skip
Browse files Browse the repository at this point in the history
cibuildwheel skips based on python_requires
  • Loading branch information
davidism committed May 18, 2021
2 parents 2f4f33f + a5b554e commit 1dbc207
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- '*.x'
tags:
- '*'
pull_request:
branches:
- '*'
jobs:
wheels:
name: ${{ matrix.os }}
Expand All @@ -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
Expand Down

0 comments on commit 1dbc207

Please sign in to comment.