PyPI publication information - IBM/MAX-Training-Framework GitHub Wiki

Prerequisites
$ pip install twine
Create distribution package
$ python setup.py sdist
Verify the distribution package
$ twine check dist/*
Publish on test.pypi.org
$ twine upload --repository-url https://test.pypi.org/legacy/ dist/*
Publish on pypi.org
$ twine upload dist/*