Changes
Page history
Update How to prepare the code for a release
authored
Oct 11, 2023
by
Alexis GAMELIN
Show whitespace changes
Inline
Side-by-side
How-to-prepare-the-code-for-a-release.md
View page @
b22e6290
...
...
@@ -7,6 +7,7 @@ Here is the checklist to run before releasing a new version for mbtrack2:
5.
Run poetry:
*
`poetry env use python`
*
`poetry install`
*
Check that the tests run without errors:
`poetry run pytest`
*
`poetry build`
*
Test build on test pypi:
*
`poetry config repositories.test-pypi https://test.pypi.org/legacy/`
...
...
...
...