diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d285eb568..6086fa89e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: run: python -m pip install cibuildwheel[uv]==2.21.3 - name: Build wheels - run: python -m cibuildwheel --package-dir python --output-dir python/wheelhouse + run: python -m cibuildwheel --output-dir python/wheelhouse python env: CIBW_ENVIRONMENT_PASS_LINUX: CIBW_ARCHS CIBW_ENVIRONMENT_WINDOWS: CTRANSLATE2_ROOT='${{ github.workspace }}\install'