-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLD: consider releasing universal Python wheels ? #7
Comments
Thank you for the suggestion. I'll have a look at it (as soon as I find some time, which might take a while). |
looks like even building from source via pip is going to break at some point in the future reproducer python -m venv .venv
.venv/bin/activate
python -m pip install -U pip
python -m pip install miniballcpp --no-binary miniballcpp ouptput
see pypa/pip#8559 If you're interested, I should be able to help with modernizing the package to these uprising standards. |
I managed to find a few minutes and added the pyproject.toml and some basic tests: #8 |
Awesome, thank you ! I'm still game to help you with wheels automation (using https://cibuildwheel.readthedocs.io/en/stable/) and/or |
Thank you for the offer. I'll give it a try today and see how far I'll get. If there are issues still open after that, I'll thankfully take any PR. |
Thanks a lot for your work on this ! |
would it be possible to publish some wheels for all three major platforms (not just windows) on PyPI ?
It may be possible to avoid making one wheel per Python version using
Py_LIMITED_API
For example see how this was done in casa-formats-io: radio-astro-tools/casa-formats-io#50
The text was updated successfully, but these errors were encountered: