Skip to content

Merge pull request #20 from joerick/dependabot/github_actions/pypa/ci… #61

Merge pull request #20 from joerick/dependabot/github_actions/pypa/ci…

Merge pull request #20 from joerick/dependabot/github_actions/pypa/ci… #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-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Build wheels
uses: pypa/cibuildwheel@v2.14.1
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl