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

working on: 0.0.32 Release

parent def81fb2
No related branches found
No related tags found
No related merge requests found
......@@ -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
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