v0.19.1 — Fix sdist build: exclude tests/builds/ from distribution
Overview
v0.19.1 is a hotfix on top of v0.19.0 that excludes tests/builds/ from the source distribution. The test fixtures contain absolute symlinks (ESP-IDF, Zephyr SDK paths) that caused python -m build to fail with AbsoluteLinkError. Wheel builds and all functionality are unaffected — this only matters for PyPI publishing.
Changes
| File | Change |
|---|---|
pyproject.toml |
Added [tool.hatch.build.targets.sdist] exclude = ["tests/builds/"] |
Breaking changes
None.