Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mbtrack2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PA
Collective Effects
mbtrack2
Wiki
How to prepare the code for a release
Changes
Page history
New page
Templates
Clone repository
Update How to prepare the code for a release
authored
1 year ago
by
Alexis GAMELIN
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
How-to-prepare-the-code-for-a-release.md
+3
-3
3 additions, 3 deletions
How-to-prepare-the-code-for-a-release.md
with
3 additions
and
3 deletions
How-to-prepare-the-code-for-a-release.md
View page @
01c146de
...
...
@@ -9,8 +9,8 @@ Here is the checklist to run before releasing a new version for mbtrack2:
*
`poetry install`
*
`poetry build`
*
`poetry config repositories.test-pypi ``https://test.pypi.org/legacy/`
*
`poetry config http-basic.test-pypi <username> <password>`
*
`poetry publish -r test-pypi`
*
`pip install --index-url
``
https://test.pypi.org/simple/
`
`
--extra-index-url
``
https://pypi.org/simple
`
`
mbtrack2`
*
`poetry config http-basic.test-pypi <username> <password>`
*
`poetry publish -r test-pypi`
*
`pip install --index-url https://test.pypi.org/simple/
--extra-index-url https://pypi.org/simple
mbtrack2`
*
`poetry publish`
6.
Merge to stable with a new tag and changelog.
\ No newline at end of file
This diff is collapsed.
Click to expand it.