Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 13:07
· 22 commits to main since this release

v1.0.2 (2026-06-10)

This release is published under the MIT License.

Bug Fixes

  • Publish to PyPI in the same job that creates the release (0a64e39)

The separate publish.yml never ran because GitHub Actions doesn't trigger workflows from events created by the default GITHUB_TOKEN (release.yml created v1.0.1 but it was never published to PyPI). Build and publish to PyPI directly in release.yml when semantic-release creates a new release. Drop the deprecated/broken upload-to-gh-release step. Restore v1.0.0 changelog details lost by the earlier release misfire.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com


Detailed Changes: v1.0.1...v1.0.2