Skip to content

v0.1.1

Choose a tag to compare

@DanMeon DanMeon released this 23 Apr 12:38

[0.1.1] — 2026-04-23

Patch release: fixes the sdist packaging so the source distribution stays within PyPI's 100 MB file size limit.

Fixed

  • maturin sdist now excludes external/rhwp/samples/ (≈60 MB of test fixture HWP/HWPX files). The v0.1.0 sdist exceeded PyPI's 100 MB limit and was rejected by PyPI; wheels were unaffected and the rhwp-python 0.1.0 wheels on PyPI remain functional.

Changed

  • [tool.maturin] exclude in pyproject.toml adds **/samples/** for the sdist format.