You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update build process with `cibuildwheel` (#88)
* test cibuildwheel
* add os
* fix python restrict
* fix python str
* change install script to py for windows
* update env var for win and test for each whl
* remove win
* restrict arch to 64 bit
* manylinux
* add scripts + env vars for testing in docker
* fix typos + py version
* fix path for test
* add py versions
* update py dep to 311
* update cli test
* fail build if internal cmd fails + fix test
* format
* add back py3.10
* add win
* test python without matrix
* add comments + remove matrix py
* add sdist + release change
* review changes
* final review