diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index ea05bf3..3cb46d4 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -57,7 +57,7 @@ jobs: platforms: all - name: Build wheels (Default) - uses: pypa/cibuildwheel@v2.22 + uses: pypa/cibuildwheel@v2.23 if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13') with: output-dir: wheelhouse @@ -68,7 +68,7 @@ jobs: - name: Build wheels (MacOS x86_64) if: matrix.os == 'macos-13' - uses: pypa/cibuildwheel@v2.22 + uses: pypa/cibuildwheel@v2.23 with: output-dir: wheelhouse package-dir: statsmodels @@ -78,7 +78,7 @@ jobs: - name: Build Pyodide wheel if: matrix.python_impl == 'Pyodide' - uses: pypa/cibuildwheel@v2.22 + uses: pypa/cibuildwheel@v2.23 with: output-dir: wheelhouse package-dir: statsmodels