diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 284d9898..d8726a9e 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -21,7 +21,7 @@ jobs: - name: Set up micromamba uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc - name: Build wheels (release) - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 env: CIBW_ARCHS_LINUX: aarch64 - uses: actions/upload-artifact@v4