diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 29d0fbf..8255685 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -29,7 +29,7 @@ jobs: with: platforms: arm64 - name: Build wheels - uses: pypa/cibuildwheel@v2.21.2 + uses: pypa/cibuildwheel@v2.21.3 env: CIBW_ARCHS_LINUX: ${{ matrix.arch }} - uses: actions/upload-artifact@v4