Skip to content

Prep for 0.4.0-rc2 (#206) #148

Prep for 0.4.0-rc2 (#206)

Prep for 0.4.0-rc2 (#206) #148

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
strategy:
matrix:
platform: [ windows-latest, macos-latest, ubuntu-latest ]
runs-on: ${{matrix.platform}}
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Build
uses: messense/maturin-action@v1
with:
command: build
args: --release -o dist
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
name: ${{matrix.platform}} wheels
path: dist