Update How to prepare the code for a release authored by Alexis GAMELIN's avatar Alexis GAMELIN
...@@ -13,7 +13,7 @@ Here is the checklist to run before releasing a new version for mbtrack2: ...@@ -13,7 +13,7 @@ Here is the checklist to run before releasing a new version for mbtrack2:
* `poetry config http-basic.test-pypi <username> <password>` * `poetry config http-basic.test-pypi <username> <password>`
* `poetry publish -r test-pypi` * `poetry publish -r test-pypi`
* `pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple mbtrack2` * `pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple mbtrack2`
* Install in a clean virtual environment to check that it is ok. * Install in a clean virtual environment (e.g. google colab) to check that it is ok.
6. Merge to stable with a new tag and changelog. 6. Merge to stable with a new tag and changelog.
7. Publish on pypi: 7. Publish on pypi:
* `poetry config http-basic.pypi <username> <password>` * `poetry config http-basic.pypi <username> <password>`
... ...
......