From 72f2d76c73e44869bba2a6d8a39d6bb4c1735b9e Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 5 Aug 2023 09:46:08 -0700 Subject: [PATCH] install build --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 05d99b6aa..65c819c58 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,6 +47,7 @@ jobs: echo "setup.py modified" echo -e "[pypi]\nusername = __token__\npassword = $PYPI_API_TOKEN" > ~/.pypirc python -m pip install --upgrade pip + pip install build pip install wheel pip install --upgrade twine setuptools rm -rf build dist