Skip to content

Commit

Permalink
fix: update cibuildwheels version
Browse files Browse the repository at this point in the history
  • Loading branch information
valentynbez committed Jun 4, 2024
1 parent 38b13a4 commit dbe1be9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
platforms: all
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.18.1
env:
CIBW_ARCHS: aarch64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand All @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.18.1
env:
CIBW_ARCHS: x86_64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand All @@ -72,7 +72,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.18.1
env:
CIBW_ARCHS: x86_64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.18.1
env:
CIBW_ARCHS: arm64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down

0 comments on commit dbe1be9

Please sign in to comment.