Skip to content

Commit

Permalink
Use latest cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
martaiborra committed Feb 15, 2024
1 parent 306b2e6 commit 479ebbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cibuildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build wheels (Windows)
if: runner.os == 'Windows'
uses: pypa/cibuildwheel@v2.14.1
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BEFORE_ALL: python -m pip install cibuildwheel -U
CIBW_BUILD: 'cp38-win_amd64 cp39-win_amd64 cp310-win_amd64 cp311-win_amd64'
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Build wheels (Linux / Mac OSX x86_64)
if: ${{ matrix.os != 'windows-latest' && matrix.arch != 'aarch64' }}
uses: pypa/cibuildwheel@v2.14.1
uses: pypa/cibuildwheel@v2.16.5
env:
# The build requirements should be installed by the pyproject.toml specs
#CIBW_BEFORE_BUILD: python -m pip install --upgrade pip && python -m pip install -r requirements-build.txt
Expand All @@ -85,15 +85,15 @@ jobs:

- name: Build wheels (Ubuntu aarch64)
if: ${{ matrix.os == 'ubuntu-latest' && matrix.arch == 'aarch64' }}
uses: pypa/cibuildwheel@v2.14.1
uses: pypa/cibuildwheel@v2.16.5
env:
# The build requirements should be installed by the pyproject.toml specs
CIBW_BUILD: 'cp39-* cp310-* cp311-* cp312-*'
CIBW_ARCHS_LINUX: "aarch64"

- name: Build wheels (Mac OSX arm64)
if: ${{ matrix.os != 'windows-latest' && runner.os != 'Linux' }}
uses: pypa/cibuildwheel@v2.14.1
uses: pypa/cibuildwheel@v2.16.5
env:
# The build requirements should be installed by the pyproject.toml specs
CIBW_ENVIRONMENT: CMAKE_OSX_ARCHITECTURES=arm64 DONT_BUILD_EXAMPLES=1
Expand Down

0 comments on commit 479ebbe

Please sign in to comment.