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,
Edit the Changelog Section.
Create a commit and push it.
Wait for GitHub Actions to finish the build.
Run
git tag v3.5.1 git push origin v3.5.1
Wait for the tag to build. @niccokunzmann or another maintainer needs to approve the push to PyPI.
Notify the issues about their release.