diff --git a/.github/workflows/python-packages.yml b/.github/workflows/python-packages.yml index 07c8931..451591d 100644 --- a/.github/workflows/python-packages.yml +++ b/.github/workflows/python-packages.yml @@ -83,7 +83,7 @@ jobs: platforms: all - name: "Build wheels" - uses: pypa/cibuildwheel@v3.2.1 + uses: pypa/cibuildwheel@v3.3.0 env: CIBW_ARCHS: ${{ matrix.cibw_archs }} CIBW_SKIP: ${{ matrix.cibw_skip }}