Skip to content

[python] Scikit-build-core driven wheel creation #9

[python] Scikit-build-core driven wheel creation

[python] Scikit-build-core driven wheel creation #9

Workflow file for this run

name: Build Wheels
on:
push:
pull_request:
branches:
- master
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
fetch-depth: 0
- name: Build wheels
uses: pypa/cibuildwheel@v2.17
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl