Skip to content

Commit

Permalink
Generate and collect artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitagarwal1612 committed Mar 30, 2019
1 parent 297dee7 commit 6ef12ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
command: |
/home/circleci/.local/bin/coverage xml
/home/circleci/.local/bin/codecov --required -X search gcov pycov -f coverage.xml
- run:
name: Building artifacts
command: |
python setup.py sdist
python setup.py bdist_wheel
- store_artifacts:
path: dist/
destination: ./
- save_cache:
key: requirements-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements.pip" }}
paths:
Expand Down

0 comments on commit 6ef12ae

Please sign in to comment.