#!/bin/sh -e rm -f target/wheels/* export RUSTFLAGS="-Zmutable-noalias -C target-feature=+sse2 $RUSTFLAGS" maturin build --no-sdist --manylinux 1 -i python3 --release "$@" pip install --force $(find target/wheels -name "*cp3*")