From e4e5676bf9c0365a5f13401f59bfbe1f8cbaa18f Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Wed, 31 Jan 2024 22:12:14 +0100
Subject: [PATCH] =?UTF-8?q?ci:=20We=20shouldn=E2=80=99t=20be=20able=20to?=
 =?UTF-8?q?=20release=20on=20PyPI=20on=20the=20main=20branch=20without=20a?=
 =?UTF-8?q?=20tag?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Keeping this possibility for PyPI_test job since it’s for testing purposes
---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a6146c4..8dfa57d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -151,9 +151,6 @@ release:
   rules:
     - if: $CI_COMMIT_TAG
       when: manual
-    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
-      when: manual
-    - when: never
 
 release_test:
   stage: release
-- 
GitLab