Maintenance#

This sets you up for maintenance.

New Releases#

You can build the new release by running this command:

tox -e build

To release new versions,

  1. Edit the Changelog Section.

  2. Create a commit and push it.

  3. Wait for GitHub Actions to finish the build.

  4. Run

    git tag v3.5.1
    git push origin v3.5.1
    
  5. Wait for the tag to build. @niccokunzmann or another maintainer needs to approve the push to PyPI.

  6. Notify the issues about their release.