From cfd6c2acb9a04878854638c35090d7644c380232 Mon Sep 17 00:00:00 2001 From: Jason Secula Date: Fri, 13 Feb 2026 14:16:03 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea69425..2ac4179 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,7 @@ build-deploy: # This job runs in the build stage, which runs first. image: python:latest + rules: + - if: $CI_COMMIT_TAG variables: TWINE_USERNAME: gitlab-ci-token TWINE_PASSWORD: $CI_JOB_TOKEN