Update How to prepare the code for a release authored by Alexis GAMELIN's avatar Alexis GAMELIN
...@@ -9,7 +9,7 @@ Here is the checklist to run before releasing a new version for mbtrack2: ...@@ -9,7 +9,7 @@ Here is the checklist to run before releasing a new version for mbtrack2:
* `poetry env use python` * `poetry env use python`
* `poetry install` * `poetry install`
* Run the isort formatter: `poetry run isort .` * Run the isort formatter: `poetry run isort .`
* Run the yapf formatter: `poetry run yapf -ir mbtrack2` * Run the yapf formatter: `poetry run yapf -ir .`
* Check that the tests run without errors: `poetry run pytest` * Check that the tests run without errors: `poetry run pytest`
7. If tests are ok then proceed with build: 7. If tests are ok then proceed with build:
* `poetry build` * `poetry build`
... ...
......