From d9e4383a74c63d395a516c8d29bc0deccc1a65c2 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Thu, 11 Jan 2024 14:13:12 +0100 Subject: [PATCH] only for main --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a94146d..9aa379d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ upload: needs: ['test', ] image: python:latest only: - - master + - main script: - pip install "setuptools>=62.6" twine - python setup.py sdist -- GitLab