
python setup.py sdist bdist_wheel

twine upload --repository-url https://test.pypi.org/legacy/ dist/*

twine upload -r pypi dist/ezdb-1.4.tar.gz
