summaryrefslogtreecommitdiff
path: root/azure-pipelines/build.bash
blob: 0f579542956850312345ad52fef905583e897c56 (plain)
1
2
3
4
5
#!/bin/bash
set -ex
python -m pip install --upgrade pip
pip install cibuildwheel==$CIBUILDWHEEL_VERSION
cibuildwheel --output-dir wheelhouse .