diff options
author | Elvis Pranskevichus <elvis@edgedb.com> | 2021-08-07 10:46:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-07 10:46:53 -0700 |
commit | f671cb4dbb84e5e575757bdf9c053ee797863eae (patch) | |
tree | 5decfc7bd1c6dcd999225c522abbdd2fd4798855 /.gitignore | |
parent | 189b959d2e5f09660508482398414e2869c074ff (diff) | |
download | immutables-f671cb4dbb84e5e575757bdf9c053ee797863eae.tar.gz immutables-f671cb4dbb84e5e575757bdf9c053ee797863eae.zip |
Use cibuildwheel to build wheels (#70)
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,3 +21,4 @@ __pycache__/ /.coverage /.mypy_cache /.venv* +/wheelhouse |