build artifacts

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

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

Loading…
Cancel
Save