From 7a34f651f126639b5a119aa924509f11ffc1264a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 6 Jul 2021 14:38:27 +0200 Subject: [PATCH] compile for release --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c5d724c..316c20b 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 -- GitLab