Skip to content

Merge pull request #517 from tonybaloney/dependabot/github_actions/ac… #196

Merge pull request #517 from tonybaloney/dependabot/github_actions/ac…

Merge pull request #517 from tonybaloney/dependabot/github_actions/ac… #196

Workflow file for this run

name: Build
on:
push:
branches: [ develop/main, develop/3.10 ]
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["macos-11", ubuntu-20.04, "windows-latest"]
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v2
with:
platforms: all
- name: Build wheels
uses: pypa/[email protected]
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl