diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 874db3e3..19d82286 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-python@v3 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.16.2 numpy + run: python -m pip install cibuildwheel==2.19.2 numpy - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse