diff --git a/.github/workflows/python-packages.yml b/.github/workflows/python-packages.yml index d60e841..362e43f 100644 --- a/.github/workflows/python-packages.yml +++ b/.github/workflows/python-packages.yml @@ -82,7 +82,7 @@ jobs: platforms: all - name: "Build wheels" - uses: pypa/cibuildwheel@v2.22.0 + uses: pypa/cibuildwheel@v2.23.0 env: CIBW_ARCHS: ${{ matrix.cibw_archs }} CIBW_SKIP: ${{ matrix.cibw_skip }}