From 2ed7af119e284550dfc881e58c75e3ce3f7ebafc Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 19 Oct 2025 14:02:42 -0400 Subject: [PATCH] Test cibuildwheel patch --- .github/workflows/build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84c2b50..f580c33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,13 +92,10 @@ jobs: name: artifact-sdist path: dist - - name: Install UV - if: runner.os != 'Linux' - uses: astral-sh/setup-uv@v6 - - name: Build wheels - uses: pypa/cibuildwheel@v3.2.1 + uses: ofek/cibuildwheel@patch-1 with: + extras: uv package-dir: dist/${{ needs.sdist.outputs.artifact-name }} env: DOTSLASH_VERSION: ${{ needs.sdist.outputs.dotslash-version }}