``` maturin build && maturin build --target x86_64-apple-darwin && docker run --rm -v $(pwd):/io ghcr.io/pyo3/maturin build twine upload target/wheels/* cargo publish ```