From 929d89acef85e54d0bba14a71d32e2c00b981e01 Mon Sep 17 00:00:00 2001 From: Ankith Date: Wed, 18 Sep 2024 00:22:25 +0530 Subject: [PATCH] Bump cibuildwheel on circleci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ef0a373535..6c1e6d89ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,7 +42,7 @@ jobs: - run: name: Build the Linux wheels. command: | - pip3 install --user cibuildwheel==2.20.0 + pip3 install --user cibuildwheel==2.21.0 PATH="$HOME/.local/bin:$PATH" cibuildwheel --output-dir wheelhouse - store_artifacts: