Skip to content

Commit

Permalink
mps-cli-py: update readme.md to include build and upload to pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
MLanghammer committed Jun 12, 2024
1 parent af8c0fc commit 55237fa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mps-cli-py/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ The plugin has currently the following limitations:
### Run tests

- `cd mps-cli-py`
- `python -m unittest discover`
- `python -m unittest discover`

### Build and upload to pypi.org

- `increae version number`
- `python3 -m build`
- `python3 -m twine upload dist/*`

0 comments on commit 55237fa

Please sign in to comment.