diff --git a/mps-cli-py/Readme.md b/mps-cli-py/Readme.md index 7bc5a65..41d1072 100644 --- a/mps-cli-py/Readme.md +++ b/mps-cli-py/Readme.md @@ -22,4 +22,10 @@ The plugin has currently the following limitations: ### Run tests - `cd mps-cli-py` -- `python -m unittest discover` \ No newline at end of file +- `python -m unittest discover` + +### Build and upload to pypi.org + +- `increae version number` +- `python3 -m build` +- `python3 -m twine upload dist/*` \ No newline at end of file