summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Marshall <catchjosh@gmail.com>2021-03-31 17:16:19 +0900
committerJosh Marshall <catchjosh@gmail.com>2021-03-31 17:16:19 +0900
commit344d45844968b3befc9c389c396da60221fb678b (patch)
tree49e96b43b8aaf2fd1c183cd25f88f492618b3d84
parent20396093026cbee4a8aacd8006db4766c0b49386 (diff)
downloadjsonrpclib-344d45844968b3befc9c389c396da60221fb678b.tar.gz
Ensuring build module is installed before source dist.v0.2.1
-rw-r--r--.circleci/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 8d8f85a..4c499eb 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -36,6 +36,9 @@ jobs:
- store_test_results:
path: reports
- run:
+ command: pip install build
+ name: Install build dependency
+ - run:
command: python3 -m build
name: Build source distribution
- store_artifacts: