From a2864cf8c99c488b5e33441d81bcdafb5ab84aa7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 2 Jun 2021 19:34:41 +0200
Subject: [PATCH] fix build script

---
 build-me.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/build-me.sh b/build-me.sh
index 8e2975f..0d704f3 100644
--- a/build-me.sh
+++ b/build-me.sh
@@ -7,10 +7,8 @@
 apt-get update
 apt-get install -y patchelf
 pip install auditwheel doctor-wheel twine cython
-git clone https://github.com/Dronehub/minijson.git
-cd minijson
 python setup.py bdist_wheel
 cd dist
 doctor-wheel "*.whl"
 auditwheel repair --plat "manylinux2014_$(uname -m)" "*.whl"
-twine upload "wheelhouse/*.whl"
+twine upload -u $PYPI_USER -p $PYPI_PWD "wheelhouse/*.whl"
-- 
GitLab