Skip to content

Fix release CI: proper versioning and GitHub Releases#19

Merged
nicosuave merged 1 commit intomainfrom
nicosuave/fix-release-ci
Dec 29, 2025
Merged

Fix release CI: proper versioning and GitHub Releases#19
nicosuave merged 1 commit intomainfrom
nicosuave/fix-release-ci

Conversation

@nicosuave
Copy link
Copy Markdown
Member

Summary

  • Remove v prefix from version in pyproject.toml and init.py (was v0.4.1, now 0.4.1)
  • Add step to create GitHub Releases with auto-generated notes after publishing
  • Deleted the malformed vv0.4.1 tag that was created by the broken workflow

The version parsing was broken because pyproject.toml had version = "v0.4.1" but semver should be 0.4.1. The workflow then created tags like v$VERSION resulting in vv0.4.1.

…reation

- Version string should be semver (0.4.1) not v0.4.1, prevents vv0.4.1 tags
- Add gh release create step to publish workflow for proper GitHub Releases
@nicosuave nicosuave merged commit 704b89c into main Dec 29, 2025
10 checks passed
@nicosuave nicosuave deleted the nicosuave/fix-release-ci branch December 29, 2025 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant