Configure logging with one line (not counting the import).
pip install logging_configurator
from logging_configurator import configure_logging
configure_logging()
from logging_configurator import configure_logging
configure_logging(path="foo.log", stdout_and_stderr=True)
from logging_configurator import configure_logging
configure_logging(path="foo.log", append=False)
git checkout <tag>
python -m build
twine check dist/*
twine upload dist/*
git checkout master