From 119b13ba9ab8efe8016e7051dec04e0e823d8f87 Mon Sep 17 00:00:00 2001 From: "thomas.woehlke" <thomas.woehlke@rub.de> Date: Tue, 23 Feb 2021 15:33:18 +0100 Subject: [PATCH] work --- build.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.cmd b/build.cmd index ab4d8050..9bf7cdbd 100644 --- a/build.cmd +++ b/build.cmd @@ -1,4 +1,5 @@ -pip install -e . --compile --progress-bar pretty +pip install -e . pip install -q build python -m build +pip install -e . --compile --progress-bar pretty pip install dist/artefact_content-0.0.18.whl -- GitLab