From 77e2c38aea9d88adb3e3f6a9dd8bc56f85b2a075 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 13 Apr 2024 15:54:42 +1000 Subject: [PATCH] dist directory is no longer created --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 5547b2e3caf..477d92609d1 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,6 @@ release-test: python3 selftest.py python3 -m pytest Tests python3 -m pip install . - -rmdir dist python3 -m pytest -qq python3 -m check_manifest python3 -m pyroma .