From 28cf1d37a815b15c80e6001dc6b69fe15f97a678 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 18 Nov 2018 17:00:20 +0000 Subject: [PATCH] Makefile tweak --- implementations/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/python/Makefile b/implementations/python/Makefile index 825390f..cd8520c 100644 --- a/implementations/python/Makefile +++ b/implementations/python/Makefile @@ -13,7 +13,7 @@ clean: rm -f .coverage rm -rf preserves.egg-info build dist -publish: +publish: clean # sudo apt install python3-wheel twine python3 setup.py sdist bdist_wheel twine upload dist/*