aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2017-09-28 15:17:25 +0200
committerGitHub <noreply@github.com>2017-09-28 15:17:25 +0200
commit58998fb2dd6a1cad5faffdc36ae536ee6b04e3d2 (patch)
tree4f5c342b1c20b23a5bc73eb74855c4bb81f2c197 /Makefile
parent251128d41cdf39a49468ed5d997cc1640339ccbc (diff)
parent2af601d5800a39ab04e9fe6cf22ef7b917ab5d67 (diff)
downloadGitPython-58998fb2dd6a1cad5faffdc36ae536ee6b04e3d2.tar.gz
GitPython-58998fb2dd6a1cad5faffdc36ae536ee6b04e3d2.zip
Merge branch 'master' into master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c72721c..c6ce5a9c 100644
--- a/Makefile
+++ b/Makefile
@@ -14,5 +14,5 @@ release: clean
force_release: clean
git push --tags
- python setup.py sdist bdist_wheel
+ python3 setup.py sdist bdist_wheel
twine upload -s -i byronimo@gmail.com dist/*