python -m pip install twine wheel
rm dist/. build/. rmdir /s/q dist rmdir /s/q build
python setup.py bdist_wheel
python -m twine upload dist/*.whl
rm dist/. ; python setup.py bdist_wheel && python -m twine upload dist/.gz dist/.whl ; rm dist/. or (test) rm dist/. ; python setup.py bdist_wheel && python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/.whl ; rm dist/.*
python -m pip install --upgrade gdalos or (test) python -m pip install --index-url https://test.pypi.org/simple/ --upgrade gdalos