diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 236c0fb..e9182c6 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -28,7 +28,7 @@ jobs: if: runner.os == 'Windows' uses: ilammy/msvc-dev-cmd@v1 - name: Build wheels - uses: pypa/cibuildwheel@v2.21.1 + uses: pypa/cibuildwheel@v2.21.2 env: CIBW_ARCHS_LINUX: ${{ matrix.arch }} - uses: actions/upload-artifact@v4