From 7205fe1a1641e2810701eafdfa49a68f40bd4115 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 1 Aug 2023 16:12:51 -0700 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 47582e254..1b9c4848f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,6 +47,7 @@ jobs: pip install twine pip install wheel pip install --upgrade setuptools + echo "Building package" python setup.py sdist bdist_wheel echo "Twine upload to dist" twine upload dist/*