From 2e0eb083022a3999a93f22ba58b68cb75077d7d8 Mon Sep 17 00:00:00 2001 From: Alex Klibisz Date: Sat, 4 Apr 2020 11:27:39 -0400 Subject: [PATCH] Fix python release (#47) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b179383e..c7d37a324 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ clean: $(gradle) assemble publishToMavenLocal touch $@ -.mk/client-python-publish-local: version +.mk/client-python-publish-local: version .mk/client-python-install cd client-python && rm -rf dist && $(vpy) setup.py sdist bdist_wheel && ls dist touch $@