File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818 - build: ` python setup.py sdist bdist_wheel `
1919 - test upload to test.pypi.org: ` python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* `
20- - to install from test: ` pip install --index-url https://test.pypi.org/simple/ python-utilities-jsm `
20+ - to install from test: ` pip install --index-url https://test.pypi.org/simple/python-utilities-jsm `
2121 - if all works OK, upload to pypi.org: ` python3 -m twine upload dist/* `
2222 - install using pip and test: ` pip install python-utilities-jsm `
2323
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "python-utilities-jsm" , # Replace with your own username
8- version = "1.0.1 " ,
8+ version = "1.0.2 " ,
99 author = "Jonathan Morgan" ,
1010 author_email = "jonathan.morgan.007@gmail.com" ,
1111 description = "Myriad python utilities." ,
You can’t perform that action at this time.
0 commit comments