From 4ba2857db79499681ce6f188b194751549e627ab Mon Sep 17 00:00:00 2001 From: jem Date: Thu, 20 Jan 2022 19:00:04 +0100 Subject: [PATCH] build artifacts --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8957b5..07e4173 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,6 +82,9 @@ build: stage: build rules: - if: '$CI_COMMIT_TAG == null' + artifacts: + paths: + - dist/* script: - python setup.py sdist bdist_wheel