From: Kaliko Jack Date: Sat, 11 Nov 2023 13:38:06 +0000 (+0100) Subject: ci: Cleanup X-Git-Tag: v0.9.0~18 X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=3c38c7d60c790695f8f4ca5d743e86d7edddb006 ci: Cleanup --- 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