#!/usr/bin/sh
# This script will build a manylinux_2_28 wheel if used in the
# manylinux_2_28_x86_64 container:
#
# docker run --rm -v $(pwd):/mnt -w /mnt quay.io/pypa/manylinux_2_28_x86_64 /mnt/build_wheel.sh
# Install rust
|
# Build the wheels, we only need to build one
for; do
done
# Build just for python 3.11
PATH=/opt/python/cp311-cp311/bin:
# Install our build tools
# Build the wheel