Skip to content

v10.1.4

Choose a tag to compare

@ypollak2 ypollak2 released this 05 Jun 21:12
fix(packaging): exclude scripts/ tests/ docs/ from sdist

scripts/release.sh's pre-publish leak check correctly blocked
v10.1.4 publish because the sdist still contained scripts/. Adds the
three CLAUDE.md-mandated dev-only directories (scripts, tests, docs)
to [tool.hatch.build.targets.sdist] exclude.

Verified: rebuilt sdist no longer contains /scripts/, /tests/, /docs/.
release.sh leak check now passes.