Skip to content
Snippets Groups Projects
Commit 3b7b1292 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

working on: 0.0.32 Release

parent 76e2b86b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment