Skip to content

Commit

Permalink
Skip building certain wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmacc-LANL committed Apr 18, 2023
1 parent 12672d2 commit 2c9d561
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
types:
- published

# skip Python3.6, PyPy, 32-bit systems
# default builds are overwhelming:
# https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip
env:
CIBW_SKIP: "cp36-* pp* *-win32 *-manylinux_i686"

jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
Expand Down

0 comments on commit 2c9d561

Please sign in to comment.