diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a25dc4c..599d835 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -45,7 +45,7 @@ jobs: sudo apt-get install libfftw3-dev - name: Build wheels - uses: pypa/cibuildwheel@v2.15.0 + uses: pypa/cibuildwheel@v2.16.0 env: CIBW_BEFORE_BUILD: "python -m pip install numpy==${{ matrix.numpyver }}" CIBW_BUILD_VERBOSITY: 3