diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 944941d3a..ab97a0d53 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -88,7 +88,7 @@ jobs: rsync -azv gsl/lib/ /usr/local/lib/ echo "REPAIR_LIBRARY_PATH=/usr/local/lib/" >> $GITHUB_ENV # https://github.com/pypa/cibuildwheel/issues/816#issuecomment-916197079 - name: Build wheels - uses: pypa/cibuildwheel@v2.13 + uses: pypa/cibuildwheel@v2.14 env: CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}_${{ matrix.buildplat[2] }} CIBW_BUILD_VERBOSITY: 1