From 99016ff4c7e8b9643edfbcf43f12c7eb9b2efb7b Mon Sep 17 00:00:00 2001 From: Kautenja Date: Tue, 17 Dec 2019 04:24:29 -0600 Subject: [PATCH] disable binary dist --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 17cdd8f..ac94623 100644 --- a/makefile +++ b/makefile @@ -42,7 +42,7 @@ clean: clean_dist clean_python_build clean_cpp_build # build the deployment package deployment: clean - ${PYTHON} setup.py sdist bdist_wheel + ${PYTHON} setup.py sdist #bdist_wheel # ship the deployment package to PyPi ship: test deployment