Update How to prepare the code for a release authored by Alexis GAMELIN's avatar Alexis GAMELIN
...@@ -19,5 +19,5 @@ Here is the checklist to run before releasing a new version for mbtrack2: ...@@ -19,5 +19,5 @@ Here is the checklist to run before releasing a new version for mbtrack2:
* `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`
8. Merge to stable with a new tag and changelog. 8. Merge to stable with a new tag and changelog.
9. Publish on pypi: 9. Publish on pypi:
* `poetry config http-basic.pypi <username> <password>` * `poetry config http-basic.pypi __token__ api_token`
* `poetry publish` * `poetry publish`
\ No newline at end of file