Run all the tests
pytest
Run all the tests with debug
logger.
pytest --log-cli-level debug
py.test --cov-report term-missing --cov=bbox tests/
make -C docsrc html
Run task generate-docs
before this
rm -rf docs
cp -a docsrc/build/html docs
poetry build
Run task build
before this
echo "publishing"
poetry publish