Skip to content

Commit

Permalink
build: update github build
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jan 10, 2024
1 parent d5a30b9 commit 9caf1aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ name: Build Wheels
on: [push, workflow_dispatch]

env:
CIBW_SKIP: cp36-* cp312-* pp* *-musllinux*
CIBW_SKIP: cp36-* pp* *-musllinux*

jobs:
build_wheels:
name: Build wheels on ${{matrix.arch}} for ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-2019]
os: [ubuntu-latest, macos-latest, windows-2019]
arch: [auto]
include:
- os: ubuntu-20.04
- os: ubuntu-latest
arch: aarch64

steps:
Expand All @@ -25,7 +25,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.2
# to supply options, put them in 'env', like:
env:
CIBW_BEFORE_BUILD: git submodule init && git submodule update && pip install cython oldest-supported-numpy scikit-build
Expand Down

0 comments on commit 9caf1aa

Please sign in to comment.