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 }}