From 0f6adaca6509e389f91c4a98e1efa4463724f9a6 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Wed, 7 Apr 2021 13:43:49 +0200
Subject: [PATCH] ### 0.0.26 Release * Issue #194 dependency is unsecure

---
 build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index fe70e12f..de023f9d 100755
--- a/build.sh
+++ b/build.sh
@@ -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
 }
-- 
GitLab