diff --git a/.travis.yml b/.travis.yml index c5d724c480410fa7eb1aefddb8b9977f3bcb21bb..316c20ba6aeaafed889e980ce9fa2482979adbe6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,8 +38,8 @@ jobs: - stage: deploy python: "3.8" before_script: - - apt-get update - - apt-get install -y patchelf + - sudo apt-get update + - sudo apt-get install -y patchelf - pip install wheel twine doctor-wheel auditwheel snakehouse satella script: - RELEASE=1 python setup.py bdist_wheel sdist @@ -50,8 +50,8 @@ jobs: - stage: deploy python: "3.9" before_script: - - apt-get update - - apt-get install -y patchelf + - sudo apt-get update + - sudo apt-get install -y patchelf - pip install wheel twine doctor-wheel auditwheel snakehouse satella script: - RELEASE=1 python setup.py bdist_wheel