python setup.py bdist_wheel
# If not installed
pip install twine
# Running the command below needs a PyPI user account which owns this library
twine upload dist/*
python setup.py bdist_wheel
# If not installed
pip install twine
# Running the command below needs a PyPI user account which owns this library
twine upload dist/*