From 3c38c7d60c790695f8f4ca5d743e86d7edddb006 Mon Sep 17 00:00:00 2001 From: Kaliko Jack Date: Sat, 11 Nov 2023 14:38:06 +0100 Subject: [PATCH] ci: Cleanup --- .gitlab-ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d7f68d..35c8fe0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,6 @@ stages: key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" paths: # cache the venv and pip cache (you may opt to use just 1 of these) - $PIP_CACHE_DIR - #- venv .test: stage: test @@ -85,9 +84,7 @@ build: artifacts: expire_in: 1 week paths: - - dist/*.whl - - dist/*.tar.gz - - dist/*.zip + - dist/*.* rules: - if: $CI_PIPELINE_SOURCE == "push" @@ -102,9 +99,7 @@ tag_release: - python3 -m build -s -w artifacts: paths: - - dist/*.whl - - dist/*.tar.gz - - dist/*.zip + - dist/*.* name: "$CI_PROJECT_NAME-$CI_COMMIT_TAG" rules: - if: $CI_COMMIT_TAG -- 2.39.2