File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " mps-cli"
7- version = " 0.2 .0"
7+ version = " 0.4 .0"
88authors = [
99 { name =" Daniel Ratiu" , email =" ratiud@googlemail.com" },
1010]
You can’t perform that action at this time.
0 commit comments