diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66d7142a35c5fd9092dc22fb291c07de72344038..b050fef2d961b0e452a54d238d6b90872827e987 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,17 +6,9 @@ cache: stages: - publish -before_script: - - apt-get update -yqq - && apt-get install -yqq --no-install-recommends - make - g++ - && apt-get autoremove -yqq --purge - && apt-get clean - pypi_publish: before_script: - - pip install twine + - pip install build twine - pip install urllib3==1.26.6 only: - main