To create a new release, follow these steps:
- Update the version number in
pyproject.toml
and push this tomain
.- We use semantic versioning.
- Create a new tag and push the tag using
git push --tags
.
The release will be automatically built and published to PyPi.
After publishing to PyPi, a draft release is automatically created on Github. Edit this release, include the changes in the "What's changed" section and publish the release.