Skip to content

Commit 356f698

Browse files
authored
published pypi package 0.4; updated readme (#52)
1 parent 477f8ce commit 356f698

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

mps-cli-py/Readme.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ The library has currently the following limitations:
2626

2727
### Build and upload to pypi.org
2828

29-
- `increae version number`
29+
#### Mac
30+
- `increase version number`
3031
- `python3 -m build`
31-
- `python3 -m twine upload dist/*`
32+
- `python3 -m twine upload dist/*`
33+
34+
### Win
35+
- `increase version number`
36+
- `py -m build`
37+
- `py -m twine upload dist/*`
38+
39+
To install build and twine:
40+
- `py -m pip install --upgrade build`
41+
- `py -m pip install --upgrade twine`

mps-cli-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mps-cli"
7-
version = "0.2.0"
7+
version = "0.4.0"
88
authors = [
99
{ name="Daniel Ratiu", email="ratiud@googlemail.com" },
1010
]

0 commit comments

Comments
 (0)