From 2e4b51c1addece1121c5444ec49e5c15055c6d34 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Wed, 28 Apr 2021 16:43:49 +0200 Subject: [PATCH] working on: 0.0.32 Release --- build.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4a0ec339..238a0317 100755 --- a/build.sh +++ b/build.sh @@ -43,6 +43,11 @@ function npm_install() { npm install } +function prepare_edit_setup_py() { + pip_compile + # pip_install +} + function first_install() { python -m pip install setuptools wheel python -m pip install --upgrade pip @@ -62,5 +67,6 @@ function main() { npm_install } -first_install +prepare_edit_setup_py +# first_install # main -- GitLab