Changes
Page history
Update How to prepare the code for a release
authored
Oct 10, 2023
by
Alexis GAMELIN
Show whitespace changes
Inline
Side-by-side
How-to-prepare-the-code-for-a-release.md
View page @
5f24edc3
...
@@ -9,7 +9,7 @@ Here is the checklist to run before releasing a new version for mbtrack2:
...
@@ -9,7 +9,7 @@ Here is the checklist to run before releasing a new version for mbtrack2:
*
`poetry install`
*
`poetry install`
*
`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/`
*
`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`
...
...
...
...