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

### 0.0.26 Release

* Issue #194 dependency is unsecure
parent be3131fb
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ function build_wheel() { ...@@ -36,7 +36,7 @@ function build_wheel() {
pip check pip check
} }
function xyz(){ function foo(){
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install setuptools wheel twine pip install setuptools wheel twine
python setup.py sdist bdist_wheel python setup.py sdist bdist_wheel
...@@ -47,7 +47,7 @@ function main() { ...@@ -47,7 +47,7 @@ function main() {
# setup_venv # setup_venv
pip_compile pip_compile
pip_install pip_install
xyz foo
# pip_install_via_setup_py # pip_install_via_setup_py
# build_wheel # 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