diff --git a/.circleci/config.yml b/.circleci/config.yml index d8212fbe8b..3777927445 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.21.3 + pip3 install --user cibuildwheel==2.22.0 PATH="$HOME/.local/bin:$PATH" cibuildwheel --output-dir wheelhouse - store_artifacts: