Skip to content

Bump pypa/cibuildwheel from 2.19.2 to 2.21.0 #739

Bump pypa/cibuildwheel from 2.19.2 to 2.21.0

Bump pypa/cibuildwheel from 2.19.2 to 2.21.0 #739

Workflow file for this run

name: Test
on:
pull_request:
paths-ignore:
- 'docs/**'
jobs:
style:
name: Check style
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: pre-commit/[email protected]
test:
needs: style
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-14]
name: Run tests (${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Build wheels and run tests
uses: pypa/[email protected]
- uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.os }}
path: ./wheelhouse/*.whl