aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build-manylinux-wheels.sh
AgeCommit message (Collapse)Author
2021-08-07Use cibuildwheel to build wheels (#70)Elvis Pranskevichus
The cibuildwheel infra seems to be mature enough, so use it for the wheel-building step instead of the homegrown setup. This gives us 32-bit and ARM wheels for free. Fixes: #44 Fixes: #63
2021-02-09Workaround Github Action issueFantix King
Refs actions/runner#781, add LD_LIBRARY_PATH manually here for now before an upstream fix is added.
2020-04-22Add Github release workflowv0.12Elvis Pranskevichus