Skip to content

Commit

Permalink
chore: updating pypi publishing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
timurcarstensen committed Nov 25, 2024
1 parent 439a52c commit 136f78e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ uv run pytest
bump-my-version bump <major | minor | patch>
```

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
Expand All @@ -311,6 +313,7 @@ To publish to PyPI:
3. Run

```bash
uv build
uv publish
```

Expand Down

0 comments on commit 136f78e

Please sign in to comment.