From 05c40b30269bee1fee53aff37c01f06fe5f850db Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Wed, 28 Apr 2021 16:32:51 +0200
Subject: [PATCH] working on: 0.0.32 Release

---
 build.sh | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/build.sh b/build.sh
index edc9aad8..4a0ec339 100755
--- a/build.sh
+++ b/build.sh
@@ -34,8 +34,8 @@ function build_setup() {
 function build_wheel() {
   python -m pip install --upgrade pip
   pip install setuptools wheel twine
-  python setup.py sdist bdist_wheel
-  python -m build --wheel
+  # python setup.py sdist bdist_wheel
+  # python -m build --wheel
   pip check
 }
 
@@ -46,12 +46,10 @@ function npm_install() {
 function first_install() {
   python -m pip install setuptools wheel
   python -m pip install --upgrade pip
-  python setup.py develop
   pip_install
   pip_compile
-  build_wheel
+  # build_wheel
   build_setup
-  pip check
   npm_install
 }
 
-- 
GitLab