diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index f71ef16..40dfe7d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -58,7 +58,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Build wheels - uses: pypa/cibuildwheel@v2.18.1 + uses: pypa/cibuildwheel@v2.19.0 env: CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat }} CIBW_BEFORE_BUILD_WINDOWS: pip install delvewheel