From 3b7b1292c5bd0c7e3ba2cd590db815c94f6318e1 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Wed, 28 Apr 2021 16:27:30 +0200 Subject: [PATCH] working on: 0.0.32 Release --- build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sh b/build.sh index bfdb9688..edc9aad8 100755 --- a/build.sh +++ b/build.sh @@ -25,8 +25,6 @@ function pip_install() { pip check } - - function build_setup() { python setup.py develop pip install -e . @@ -49,7 +47,6 @@ function first_install() { python -m pip install setuptools wheel python -m pip install --upgrade pip python setup.py develop - pip install setuptools wheel pip_install pip_compile build_wheel -- GitLab