From 8c1978b2583777dc3ec3cbf03e4abc86a77545b4 Mon Sep 17 00:00:00 2001 From: Oleg Strizhechenko Date: Fri, 7 Dec 2018 20:02:46 +0500 Subject: [PATCH] Fixed(Makefile): python-infrastracture changed (broken) again --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8cb4c37..74b2fa9 100644 --- a/Makefile +++ b/Makefile @@ -72,8 +72,9 @@ build: clean python setup.py bdist_wheel upload: test3 lint clean - python setup.py sdist upload + python setup.py sdist # python setup.py bdist_wheel upload + twine upload dist/*.tar.gz mac_run: env . env/bin/activate && \