Upload PyPI
setup.py
twine
Create some distributions in the normal way:
$ python setup.py sdist bdist_wheel
Upload with twine:
$ twine upload dist/*
Done!
References
[1] Docs@Packaging, Packaging and Distributing Projects
Create some distributions in the normal way:
$ python setup.py sdist bdist_wheel
Upload with twine:
$ twine upload dist/*
Done!
[1] Docs@Packaging, Packaging and Distributing Projects