Changes
Page history
Update How to prepare the code for a release
authored
Oct 24, 2023
by
Alexis GAMELIN
Hide whitespace changes
Inline
Side-by-side
How-to-prepare-the-code-for-a-release.md
View page @
5c4a2ce6
...
@@ -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