To upload your project to Pypi, this assumes you have your setup.py ready
cd into your package directory and type
python setup.py sdist
then install twine if you don’t have it
python -m pip install twine
then create an account on pypi
then type, providing your username and password
twine upload dist/*
It should now be uploaded!