From 36b60b5ba91b85f7c75b42bb9140f87c0294db7c Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Mon, 19 Jun 2023 16:27:59 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ee5bdb..4dfd7a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ 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 - image: python:slim + # image: python:slim script: - echo "Compiling the code..." - pip install -U twine @@ -11,7 +11,6 @@ build-job: # This job runs in the build stage, which runs first. - echo "Compile complete." - twine upload dist/* - echo "Upload complete." - cache: {} - only: - - tags - + # cache: {} + # only: + # - tags \ No newline at end of file