As dependencies on Python 2 and 3 are different, a different wheel package is needed for each:
git-tag-version [...] python setup.py sdist upload python2 setup.py bdist_wheel upload python3 setup.py bdist_wheel upload