Skip to content

Migrate from semantic-release to custom release workflow - #2

Merged
ericbrown merged 1 commit into
mainfrom
dev
Jan 14, 2026
Merged

Migrate from semantic-release to custom release workflow#2
ericbrown merged 1 commit into
mainfrom
dev

Conversation

@ericbrown

Copy link
Copy Markdown
Owner

Replaces semantic-release with a custom GitHub Actions workflow for publishing to PyPI and creating GitHub releases.

The new workflow:

  • Checks for existing tags before publishing
  • Builds and publishes the package to PyPI
  • Creates a new GitHub release

This change allows for more control over the release process and removes dependency on semantic-release.

Replaces semantic-release with a custom GitHub Actions workflow for publishing to PyPI and creating GitHub releases.

The new workflow:
- Checks for existing tags before publishing
- Builds and publishes the package to PyPI
- Creates a new GitHub release

This change allows for more control over the release process and removes dependency on semantic-release.
@ericbrown
ericbrown merged commit b1adfa6 into main Jan 14, 2026
6 checks passed
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