git clone https://github.com/victoryang/cobot-python
pip twine
pip install setuptools twine
python setup.py sdist
pip install ./dist/cobot-python-0.1.tar.gz
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
pip install --index-url https://test.pypi.org/simple/