Release information
Steps to make a new release
- update release notes in
release-noteswith commit - make sure all tests run (
tox -p) - check formating and linting (
ruff check) - test bump version (
uvx bump-my-version bump [major|minor|patch] --dry-run -vv) - bump version (
uvx bump-my-version bump [major|minor|patch]) git push --tags(triggers release)git push
Test release
uv venv --python 3.14
uv pip install sbmlsim