From 556fdd8b6a53e5459bf161ab1e5598af8c40329d Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 1 Aug 2023 16:11:21 -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 141185f79..47582e254 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,6 +48,7 @@ jobs: pip install wheel pip install --upgrade setuptools python setup.py sdist bdist_wheel + echo "Twine upload to dist" twine upload dist/* else echo "No changes to setup.py. Skipping PyPI publish."