Skip to content

Commit

Permalink
fix: use correct cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
raspersc2 committed Feb 18, 2024
1 parent defc93a commit 51a8d35
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 255 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ jobs:
run: pipx install poetry

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_ARCHS: ${{ matrix.cibw_archs }}
CIBW_BUILD: ${{ matrix.cibw_build }}
uses: pypa/cibuildwheel@v2.16.5

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -109,7 +106,7 @@ jobs:
run: pipx install poetry

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS: ${{ matrix.cibw_archs }}
CIBW_BUILD: ${{ matrix.cibw_build }}
Expand Down Expand Up @@ -145,7 +142,7 @@ jobs:
run: pipx install poetry

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS: ${{ matrix.cibw_archs }}
CIBW_BUILD: ${{ matrix.cibw_build }}
Expand Down Expand Up @@ -178,7 +175,7 @@ jobs:
run: pipx install poetry

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BUILD: ${{ matrix.cibw_build }}
CIBW_ARCHS: ${{ matrix.cibw_archs }}
Expand Down
Loading

0 comments on commit 51a8d35

Please sign in to comment.