Skip to content

Commit

Permalink
Merge pull request #174 from MacPython/dependabot/github_actions/pypa…
Browse files Browse the repository at this point in the history
…/cibuildwheel-2.21

Bump pypa/cibuildwheel from 2.20 to 2.21
  • Loading branch information
bashtage authored Sep 23, 2024
2 parents c48d64e + 592b525 commit 3a759ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
platforms: all

- name: Build wheels (Default)
uses: pypa/cibuildwheel@v2.20
uses: pypa/cibuildwheel@v2.21
if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13')
with:
output-dir: wheelhouse
Expand All @@ -68,7 +68,7 @@ jobs:

- name: Build wheels (MacOS x86_64)
if: matrix.os == 'macos-13'
uses: pypa/cibuildwheel@v2.20
uses: pypa/cibuildwheel@v2.21
with:
output-dir: wheelhouse
package-dir: statsmodels
Expand All @@ -78,7 +78,7 @@ jobs:

- name: Build Pyodide wheel
if: matrix.python_impl == 'Pyodide'
uses: pypa/cibuildwheel@v2.20
uses: pypa/cibuildwheel@v2.21
with:
output-dir: wheelhouse
package-dir: statsmodels
Expand Down

0 comments on commit 3a759ce

Please sign in to comment.