Skip to content

cibuildwheel: move config to pyproject.toml #322

cibuildwheel: move config to pyproject.toml

cibuildwheel: move config to pyproject.toml #322

Workflow file for this run

name: Wheels
on: [push, pull_request]
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13, macos-14, windows-2019]
steps:
- uses: actions/checkout@v4
- name: Build wheels
uses: pypa/cibuildwheel@v2.22
- uses: actions/upload-artifact@v4
with:
name: snappy_${{matrix.os}}_wheels
path: ./wheelhouse/*.whl