diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index ef6234f5..241ecad4 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -52,7 +52,7 @@ jobs: run: cmake --version - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.15.0 + run: python -m pip install cibuildwheel~=2.22.0 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse