diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48d5221c..8c3d08ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -285,6 +285,8 @@ uv run pytest bump-my-version bump ``` +This will automatically update the version in `pyproject.toml` and `CITATION.cff`, tag the commit and push it to the remote repository. + ### 3. Update Documentation First check if the documentation has any issues via @@ -311,6 +313,7 @@ To publish to PyPI: 3. Run ```bash +uv build uv publish ```