]> kaliko git repositories - python-musicpd.git/commitdiff
ci: Cleanup
authorKaliko Jack <kaliko@azylum.org>
Sat, 11 Nov 2023 13:38:06 +0000 (14:38 +0100)
committerKaliko Jack <kaliko@azylum.org>
Sat, 11 Nov 2023 14:36:56 +0000 (15:36 +0100)
.gitlab-ci.yml

index 4d7f68d6de1961f3c3e95c296f00a78c3dc6539a..35c8fe0d149136ff672372429cb3c7770bec024b 100644 (file)
@@ -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