Skip to content

Commit

Permalink
cibuildwheel skips based on python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed May 18, 2021
1 parent 2f4f33f commit 823c6a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .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 @@ -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
Expand Down

0 comments on commit 823c6a5

Please sign in to comment.