Please check the TechStack.md file for details.
sudo pip3 install twine
python setup.py sdist
sudo pip3 install dist/geo_calculator-0.1.2.tar.gz
twine upload dist/*
sudo pip uninstall geo_calculator
sudo pip install geo_calculator
- Long Description
- Sample release project @ GitHub
- Setup.Py example
- Packages and modules > Contributing packages to the registry
- How to publish packages to npm (the way the industry does things)
- How to upload your python package to PyPi
- How to Publish an Open-Source Python Package to PyPI @ Real Python
- Using TestPyPI