build artifacts

merge-requests/2/merge
jem 2 years ago
parent 262685efda
commit 4ba2857db7

@ -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

Loading…
Cancel
Save