From 03a20cbaec9c2163478aba1608456f76687d5305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 2 Jun 2021 19:21:30 +0200 Subject: [PATCH] v2.2 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fff288f..21a7a63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,8 +85,8 @@ jobs: - stage: deploy python: "3.6" before_script: - - apt-get update - - apt-get install -y patchelf + - sudo apt-get update + - sudo apt-get install -y patchelf - pip install wheel auditwheel twine doctor-wheel cython script: - python setup.py bdist_wheel -- GitLab