bitstruct icon indicating copy to clipboard operation
bitstruct copied to clipboard

Add pure Python wheel to release builds

Open nightraise opened this issue 1 year ago • 1 comments

This adds a pure Python wheel (eg. bitstruct-8.19.0-py3-none-any.whl) to the output builds for upload to PyPI: https://pypi.org/project/bitstruct/#files.

One useful consequence of this is letting us use packages relying on bitstruct in the browser via Pyodide, which can easily install pure Python wheels.

nightraise avatar Jul 06 '24 19:07 nightraise

I'd like to second at least reviewing this PR. If it can be merged, cantools could be updated to run on device architectures not otherwise supported by this library.

jnelson avatar Jul 27 '24 22:07 jnelson