Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 190 Bytes

File metadata and controls

8 lines (7 loc) · 190 Bytes

Publishing mthreads-ml-py to PyPI

# Build the distribution packages
python setup.py bdist_wheel
# Upload the packages to PyPI
python -m twine upload --repository pypi dist/*