pip3 install setuptools twine
python setup.py sdist
twine upload --config-file .\.pypirc --repository-url https://upload.pypi.org/legacy/ dist/* 
twine upload --config-file .\.pypirc .\dist\vaultUts-1.0.
