Skip to content

Build arm wheels, disable intel i686 #4

Build arm wheels, disable intel i686

Build arm wheels, disable intel i686 #4

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
steps:
- uses: actions/checkout@v3
- name: Build wheels
uses: pypa/cibuildwheel@v2.14.1
env:
CIBW_BUILD_VERBOSITY: "1"
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl