diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 593a98d64e46a..a42957c1cc942 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -71,7 +71,7 @@ jobs: fetch-depth: 0 - name: Build wheels - uses: pypa/cibuildwheel@v2.12.1 + uses: pypa/cibuildwheel@v2.12.3 env: CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}