Skip to content

chore: add additional benchmarks #41

chore: add additional benchmarks

chore: add additional benchmarks #41

Workflow file for this run

name: Build Wheels
on:
push:
pull_request:
jobs:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, i686]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: actions/setup-python@v4
with:
python-version: "3.12.0-beta.3"
- name: Build Wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
manylinux: auto
args: -i python3.12 --out dist
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist