Skip to content
Snippets Groups Projects
Commit a2864cf8 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix build script

parent a1ba0e89
No related branches found
No related tags found
No related merge requests found
......@@ -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"
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