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: ...@@ -7,6 +7,7 @@ Here is the checklist to run before releasing a new version for mbtrack2:
5. Run poetry: 5. Run poetry:
* `poetry env use python` * `poetry env use python`
* `poetry install` * `poetry install`
* Check that the tests run without errors: `poetry run pytest`
* `poetry build` * `poetry build`
* Test build on test pypi: * Test build on test pypi:
* `poetry config repositories.test-pypi https://test.pypi.org/legacy/` * `poetry config repositories.test-pypi https://test.pypi.org/legacy/`
... ...
......