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() {
pip check
}
function xyz(){
function foo(){
python -m pip install --upgrade pip
pip install setuptools wheel twine
python setup.py sdist bdist_wheel
......@@ -47,7 +47,7 @@ function main() {
# setup_venv
pip_compile
pip_install
xyz
foo
# pip_install_via_setup_py
# build_wheel
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment