X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=.gitlab-ci.yml;fp=.gitlab-ci.yml;h=35c8fe0d149136ff672372429cb3c7770bec024b;hp=4d7f68d6de1961f3c3e95c296f00a78c3dc6539a;hb=3c38c7d60c790695f8f4ca5d743e86d7edddb006;hpb=699eabe2c4d10a974166da51d6e7c27578f08d11 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