diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 80714b7b..8d61145a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.12' - - run: pip install cibuildwheel==2.22.0 + - run: pip install cibuildwheel==2.23.0 - run: python -m cibuildwheel --output-dir wheelhouse env: CIBW_BUILD: "${{ matrix.pybuilds }}-*" # Use matrix.pybuilds and matrix.arch