v0.1.3
v0.1.3 (2026-02-10)
Bug Fixes
- Also clean root-owned dist/ and build/ dirs in release workflow (
b866b32)
The python-semantic-release Docker action creates dist/ and build/ directories in addition to egg-info, all owned by root. The previous fix only cleaned egg-info, so the build step still failed trying to write to the root-owned dist/ directory.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Detailed Changes: v0.1.2...v0.1.3