Skip to content

Merge remote-tracking branch 'upstream/master' into python-wheel #61

Merge remote-tracking branch 'upstream/master' into python-wheel

Merge remote-tracking branch 'upstream/master' into python-wheel #61

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:
matrix:
os: [ubuntu-22.04, windows-latest, macos-latest]
steps:
- run: git config --global submodule.fetchJobs 8
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
with:
package-dir: bindings/python
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl