Skip to content

Commit

Permalink
Update wheel.yml again
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkraft authored Dec 17, 2024
1 parent 7437ea1 commit e2f40eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,14 @@ jobs:
python-version: '3.11' # update once build dependencies are available

- name: Install cibuildwheel
run: python -m pip install cibuildwheel setuptools
run: python -m pip install cibuildwheel setuptools numpy

- name: Build wheels
env:
CIBW_PRERELEASE_PYTHONS: ${{ matrix.prerelease }}
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
CIBW_ARCHS: all
CIBW_BEFORE_ALL: python -m pip install numpy cmake setuptools
CIBW_BEFORE_BUILD: python -m pip install numpy cmake setuptools
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux_image }}
Expand Down

0 comments on commit e2f40eb

Please sign in to comment.