Skip to content

CI: No more 32bit Windows wheels #78

CI: No more 32bit Windows wheels

CI: No more 32bit Windows wheels #78

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, macos-13, macos-14, windows-2019]
steps:
- uses: actions/checkout@v4
- name: Build wheels
uses: pypa/[email protected]
- uses: actions/upload-artifact@v4
with:
name: knot_floer_homology_${{ matrix.os }}_wheels
path: ./wheelhouse/*.whl