From 60431c9a0166fc7d209f9fcb73b59c43c6585002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Morosi?= Date: Thu, 5 Dec 2024 12:12:58 +0100 Subject: [PATCH] Fix before_script of upload-python-registry Python doesn't need to be activated as with all-pythons image https://gitlab.adacore-it.com/it/e3-aws/-/jobs/849727#L43 Ref it/org/operation_support/iaas/issues#214 --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b9f064..f497098 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -222,7 +222,6 @@ upload-python-registry: services: - image:e3 before_script: - - !reference [.linux-image, before_script] - python -m pip install twine script: - python build_wheel.py --update