- Make
- Poetry
Run make develop
to initialize the Poetry virtualenv with the development
dependencies for the project.
Run make reformat
will use Black and Isort to format the code.
Run make all-tests
to run all the tests.
Run make build
to build a source distribution and a wheel in dist/
.
- Update the version in
pyproject.toml
. - Git tag.