diff --git a/build-me.sh b/build-me.sh
index 8e2975f2db9e7c4c89de7ebd0ddc532e66c3ea36..0d704f3b747e7a2c718821ce455763830d322a3e 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"