Skip to content

test 2

test 2 #2

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
- name: Build PyO3 project
uses: PyO3/maturin-action@v1
with:
command: build
args: --release