diff --git a/.github/workflows/build-ci.yaml b/.github/workflows/build-ci.yaml index c24af0d..5878bef 100644 --- a/.github/workflows/build-ci.yaml +++ b/.github/workflows/build-ci.yaml @@ -58,7 +58,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v4.0.0 + uses: pypa/cibuildwheel@v4.1.0 env: CIBW_BUILD: "cp313-* cp314-* cp314t-*" CIBW_ARCHS: ${{ matrix.archs }}