build artifacts
This commit is contained in:
parent
262685efda
commit
4ba2857db7
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue