Update How to prepare the code for a release authored by Alexis GAMELIN's avatar Alexis GAMELIN
Here is the checklist to run before releasing a new version for mbtrack2:
- run the ypaf formatter
`yapf -ri .\mbtrack2\`
\ No newline at end of file
- run the ypaf formatter `yapf -ri .\mbtrack2\`
Poetry:
Update the pyproject.toml file with version number, new dependencies and run:
```
poetry env use python
poetry install
poetry build
poetry publish
```
\ No newline at end of file