Update How to prepare the code for a release authored by Alexis GAMELIN's avatar Alexis GAMELIN
......@@ -9,8 +9,8 @@ Here is the checklist to run before releasing a new version for mbtrack2:
* `poetry install`
* `poetry build`
* `poetry config repositories.test-pypi ``https://test.pypi.org/legacy/`
* `poetry config http-basic.test-pypi <username> <password>`
* `poetry publish -r test-pypi`
* `pip install --index-url ``https://test.pypi.org/simple/` `--extra-index-url ``https://pypi.org/simple` `mbtrack2`
* `poetry config http-basic.test-pypi <username> <password>`
* `poetry publish -r test-pypi`
* `pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple mbtrack2`
* `poetry publish`
6. Merge to stable with a new tag and changelog.
\ No newline at end of file