From 53b111a238d455291a9db40112aa5a4ed53f865b Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Tue, 9 Nov 2021 12:32:17 +0200 Subject: task change to build both packages now --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 4ca2242..306291c 100644 --- a/tasks.py +++ b/tasks.py @@ -56,4 +56,4 @@ def clean(c): @task def package(c): """Create the python packages""" - run("python setup.py build install") + run("python setup.py sdist bdist_wheel") -- cgit v1.2.1