From 2c0351135d948b8d465cb81837be149d6671443c Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Mon, 19 Jun 2023 16:32:30 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b7f568..3880753 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,11 @@ stages: # List of stages for jobs, and their order of execution build-job: # This job runs in the build stage, which runs first. stage: build + + variables: + TWINE_USERNAME: $USER_NAME + TWINE_PASSWORD: $API_KEY + image: python:slim script: - echo "Compiling the code..."