Skip to content

v0.0.3

Choose a tag to compare

@NikAcc NikAcc released this 13 Jul 06:10
· 36 commits to main since this release

v0.0.3 (2026-07-13)

This release is published under the MIT License.

Bug Fixes

  • release: Attach the sdist and wheel to the GitHub Release (#4, 5f963ad)

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