From 7a95b22c4a378915966f1a1705cc8cda0123f96d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maja=20Jab=C5=82o=C5=84ska?= <mjablonska@e-science.pl> Date: Wed, 31 Jan 2024 10:12:26 +0000 Subject: [PATCH] Workaround with installing urllib3 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2241d98..cacf89c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,8 @@ before_script: pypi_publish: before_script: - - pip list - pip install twine + - pip install urllib3==1.26.6 only: - main stage: publish -- GitLab