Update How to prepare the code for a release authored by Alexis GAMELIN's avatar Alexis GAMELIN
......@@ -7,6 +7,7 @@ Here is the checklist to run before releasing a new version for mbtrack2:
5. Run poetry:
* `poetry env use python`
* `poetry install`
* Check that the tests run without errors: `poetry run pytest`
* `poetry build`
* Test build on test pypi:
* `poetry config repositories.test-pypi https://test.pypi.org/legacy/`
......
......