Changes
Page history
Update How to prepare the code for a release
authored
May 28, 2025
by
Alexis GAMELIN
Show whitespace changes
Inline
Side-by-side
How-to-prepare-the-code-for-a-release.md
View page @
2a8b4db7
...
@@ -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 env use python`
*
`poetry env use python`
*
`poetry install`
*
`poetry install`
*
Run the isort formatter:
`poetry run isort .`
*
Run the isort formatter:
`poetry run isort .`
*
Run the yapf formatter:
`poetry run yapf -ir
mbtrack2
`
*
Run the yapf formatter:
`poetry run yapf -ir
.
`
*
Check that the tests run without errors:
`poetry run pytest`
*
Check that the tests run without errors:
`poetry run pytest`
7.
If tests are ok then proceed with build:
7.
If tests are ok then proceed with build:
*
`poetry build`
*
`poetry build`
...
...
...
...