diff --git a/.github/workflows/build-ci.yaml b/.github/workflows/build-ci.yaml index c03444f..95f1ede 100644 --- a/.github/workflows/build-ci.yaml +++ b/.github/workflows/build-ci.yaml @@ -50,7 +50,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.21.0 + uses: pypa/cibuildwheel@v2.21.3 env: CIBW_BUILD: "cp313-* cp3*t-*" CIBW_ARCHS: ${{ matrix.archs }}