Skip to content

action

action #52

Workflow file for this run

name: Wheels
on:
push:
permissions:
contents: read
jobs:
build:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Build wheels
uses: pypa/cibuildwheel@v2
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl