Skip to content

Merge pull request #58 from dftlibs/radovan/v2.1.1 #18

Merge pull request #58 from dftlibs/radovan/v2.1.1

Merge pull request #58 from dftlibs/radovan/v2.1.1 #18

Workflow file for this run

name: Build wheels
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build wheels
uses: messense/maturin-action@v1
with:
maturin-version: latest
manylinux: auto
command: build
args: --release