Skip to content

Commit

Permalink
cibuildwheel integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mtasic85 committed Jul 7, 2024
1 parent cb835b9 commit 9de34d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry cibuildwheel
- name: Build wheels
uses: pypa/cibuildwheel@v2.19.1
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.python }}-*
CIBW_SKIP_PYTHON_COMPATIBILITY_CHECK: 1
CIBW_BEFORE_BUILD: "poetry run build-llama-cpp && poetry build"
CIBW_BEFORE_BUILD: "pip install poetry && poetry run build-llama-cpp && poetry build"
CIBW_BUILD_VERBOSITY: 1
CIBW_REPAIR_WHEEL_COMMAND: ""

Expand Down

0 comments on commit 9de34d1

Please sign in to comment.