-
Install twine
pip install twine
-
Build Dist
python3 setup.py sdist bdist_wheel
-
Check source
twine check dist/*
-
Upload to TestPypi
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
-
Install
sudo pip install -i https://test.pypi.org/simple/ youtube-stream -U
-
Upload to Pypi
twine upload dist/*