Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 539 Bytes

releasing.md

File metadata and controls

12 lines (8 loc) · 539 Bytes

Releasing

To create a new release, follow these steps:

  • Update the version number in pyproject.toml and push this to main.
  • 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.