gtsam/build_tools/wheels/build_wheels.sh

8 lines
123 B
Bash

#!/bin/bash
set -e
set -x
python -m pip install cibuildwheel
python -m cibuildwheel build/python --output-dir wheelhouse