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