Skip to content

Avoid -ffast-math for now #6

Avoid -ffast-math for now

Avoid -ffast-math for now #6

Workflow file for this run

name: Build Wheels
on:
push:
branches:
- main
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
steps:
- uses: actions/checkout@v3
- name: Build wheels
uses: pypa/cibuildwheel@v2.8.1
- uses: actions/upload-artifact@v3
with:
name: wheels
path: ./wheelhouse/*.whl