build artifacts

This commit is contained in:
jem 2022-01-20 19:00:04 +01:00
parent 262685efda
commit 4ba2857db7

View file

@ -82,6 +82,9 @@ build:
stage: build stage: build
rules: rules:
- if: '$CI_COMMIT_TAG == null' - if: '$CI_COMMIT_TAG == null'
artifacts:
paths:
- dist/*
script: script:
- python setup.py sdist bdist_wheel - python setup.py sdist bdist_wheel