Skip to content

Build release

Build release #1

Workflow file for this run

name: Build release
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Maturin build
uses: PyO3/maturin-action@v1
with:
command: build
args: --release