From 7c3cea82690f2c33621100b5bbb8108672f2b2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Fri, 6 Aug 2021 19:01:40 +0200 Subject: [PATCH] travis can't process ppc64le, v2.9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 69b69fd..8277922 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: -- GitLab