Fix arm wheels.

This commit is contained in:
aouinizied 2020-10-21 05:12:48 +02:00
parent cdb9fdf5b5
commit fa71d11637

View file

@ -125,4 +125,7 @@ script:
after_success:
- python3 -m codecov
- python3 -m twine upload --skip-existing dist/*.whl
- |
if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ ! -z "$TRAVIS_TAG" ]; then
python3 -m twine upload --skip-existing dist/*.whl
fi