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

travis can't process ppc64le, v2.9

parent afe2f00e
No related branches found
Tags v2.9
No related merge requests found
......@@ -89,7 +89,7 @@ jobs:
- python setup.py bdist_wheel
- cd dist
- doctor-wheel *.whl
- auditwheel repair --plat manylinux2014_arm64 *.whl
- auditwheel repair --plat manylinux2014_aarch64 *.whl
- cd wheelhouse
- twine upload -u $PYPI_USER -p $PYPI_PWD *.whl
after_script:
......
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