From 6ef12ae6005d5df7aa0f89f69d51c800a2a87c13 Mon Sep 17 00:00:00 2001 From: Shobhit Agarwal Date: Sat, 30 Mar 2019 02:34:27 +0530 Subject: [PATCH] Generate and collect artifacts --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4ecae5cd0..e8ef335ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: