-
-
Notifications
You must be signed in to change notification settings - Fork 330
Use github workflow to build sdist/wheel and upload. #622
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
Conversation
I switched from cibuildwheel to "build" which is a non-official pep518 packed (hence adding the Pyproject.toml file as well). |
Do we need to do anything special to indicate the wheel is not architecture dependent? |
not as far as I can tell, I think that's one of the main difference between
Indicating the wheel is compatible all platforms. |
f8e4263
to
d6b6e54
Compare
use `build` to build both a sdist and a platform independant wheel on tagging.
d6b6e54
to
2e73b1f
Compare
Currently testing on myfork [https://github.com/Carreau/zarr-python/actions], the action does not work correctly yet. |
Co-authored-by: jakirkham <[email protected]>
Thanks Matthias! 😄 |
Setup a github workflow based on numcodec to build sdist and wheel. Adapted from numcodec.
I have to check what ciwheel do, as zarr wheels are likely universal and dont' need to be per-platform
TODO: