From 8a8a07dc5ba50f54a1140f784c0b68c74e6868ba Mon Sep 17 00:00:00 2001 From: Martin Stancsics Date: Wed, 29 Jan 2025 17:32:11 +0100 Subject: [PATCH] Revert revert --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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