Skip to content

Commit

Permalink
fix package dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudAshraf97 committed Nov 8, 2024
1 parent 0fcf5e6 commit 5b73992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5b73992

Please sign in to comment.