From 471e949d032a88591bb3f4c7c69fd572fa597ef8 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 8 Dec 2023 17:01:10 +0300 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4fbfbea..19d48c01 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ lint: isort src/ --check-only upload: - pip3 install twine + pip3 install twine wheel cd src/ && python setup.py upload tests: install