v0.0.3
v0.0.3 (2026-07-13)
This release is published under the MIT License.
Bug Fixes
The semantic-release action only runs 'version' — it bumps, tags, writes the changelog and creates the GitHub Release, but it never runs 'publish'. So every Release was created with no files attached: a bare tag pointing at PyPI.
Upload the sdist and wheel that semantic-release already built, so the Release stands on its own. That matters for a tool whose whole purpose is to be an escape hatch — you should be able to grab it from GitHub without going through a package index.
Uses the preinstalled gh CLI rather than another action, so the org's Actions allow-list does not need a new entry.
Detailed Changes: v0.0.2...v0.0.3