From 0045cca027a3cf2e9cf1069b62edd571deef6a90 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 19 Oct 2020 07:22:24 +1100 Subject: [PATCH] Clean up dist in release-test --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4fd031b697c..99232cac9ef 100644 --- a/Makefile +++ b/Makefile @@ -91,6 +91,8 @@ release-test: python3 selftest.py python3 -m pytest Tests python3 setup.py install + -rm dist/*.egg + -rmdir dist python3 -m pytest -qq check-manifest pyroma .