diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76e3edb7..dfb7f2fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,7 @@ jobs: fetch-depth: 0 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.14.1 + run: python -m pip install cibuildwheel==2.15.0 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse