Skip to content

Commit

Permalink
test with cibuildwheel 2.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranley committed Feb 29, 2024
1 parent b759f0e commit 31e82a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ jobs:
- uses: actions/checkout@v2

- name: Build Py3.11 wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BEFORE_BUILD_LINUX: "yum install -y python-devel zlib-devel libjpeg-turbo-devel wget && python -m pip install -U pip pillow numpy && python -m pip install -r requirements.txt && python -m pip install -e ."
CIBW_BEFORE_BUILD: "python -m pip install -U pip numpy pillow && python -m pip install -r requirements.txt && python -m pip install -e ."
CIBW_BUILD: "cp311-*"
CIBW_SKIP: "*-manylinux_i686 cp311-win32 *musllinux*"

- name: Build Py3.10 wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BEFORE_BUILD_LINUX: "yum install -y python-devel zlib-devel libjpeg-turbo-devel wget && python -m pip install -U pip pillow numpy && python -m pip install -r requirements.txt && python -m pip install -e ."
CIBW_BEFORE_BUILD: "python -m pip install -U pip numpy pillow && python -m pip install -r requirements.txt && python -m pip install -e ."
CIBW_BUILD: "cp310-*"
CIBW_SKIP: "*-manylinux_i686 cp310-win32 *musllinux*"

- name: Build Py3.8-3.9 wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BEFORE_BUILD: "python -m pip install -U pip numpy && python -m pip install Pillow==8.3.2 && python -m pip install -r requirements.txt && python -m pip install -e ."
CIBW_BUILD: "cp39-* cp38-*"
Expand Down

0 comments on commit 31e82a1

Please sign in to comment.