diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4a7fa3..c677338 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -107,7 +107,7 @@ jobs: with: toolchain: ${{ env.RUST_VERSION }} - uses: Swatinem/rust-cache@v2 - - uses: pypa/cibuildwheel@v2.21.2 + - uses: pypa/cibuildwheel@v2.21.3 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.python }}-manylinux* @@ -141,7 +141,7 @@ jobs: cache: 'pip' - name: Install pipx run: pip install pipx - - uses: pypa/cibuildwheel@v2.21.2 + - uses: pypa/cibuildwheel@v2.21.3 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.python }}-macos*