Skip to content

Commit

Permalink
Added artifacts for gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gbdlin committed May 2, 2019
1 parent 471f4a3 commit 932d499
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ build_sdist:
- '/^v(\d+!)?\d+(\.\d+)*((a|b|rc)\d+)?(\.post\d+)?(\.dev\d+)?$/'
except:
- branches
artifacts:
paths:
- dist/

build_wheel:
stage: build
Expand All @@ -42,3 +45,6 @@ build_wheel:
- '/^v(\d+!)?\d+(\.\d+)*((a|b|rc)\d+)?(\.post\d+)?(\.dev\d+)?$/'
except:
- branches
artifacts:
paths:
- dist/

0 comments on commit 932d499

Please sign in to comment.