From fff0f4d249ee638fae772b7a0da9e23977f6f59c Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Wed, 28 Apr 2021 16:56:30 +0200 Subject: [PATCH] working on: 0.0.32 Release --- build.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 238a0317..f29ae72d 100755 --- a/build.sh +++ b/build.sh @@ -31,11 +31,15 @@ function build_setup() { pip check } +function pip_install_via_setup_py() { + pip install -e . +} + 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 -m build --wheel pip check } @@ -67,6 +71,6 @@ function main() { npm_install } -prepare_edit_setup_py +# prepare_edit_setup_py # first_install -# main +main -- GitLab