twine

Utility for publishing Python packages to PyPI

brewmacoslinux
Try with needOr install directly
Source

About

Utilities for interacting with PyPI

Commands

twine

Examples

Upload a distribution package to PyPI$ twine upload dist/mypackage-1.0.0.tar.gz
Check package metadata before uploading$ twine check dist/*
Upload to test PyPI repository$ twine upload --repository testpypi dist/mypackage-1.0.0-py3-none-any.whl