Skip to content

Commit 3934be0

Browse files
committed
RLS: Release 0.14.5 build
1 parent ae583fd commit 3934be0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os: ubuntu-latest
2525
python_impl: Pyodide
2626
env:
27-
BUILD_COMMIT: "v0.14.4" # or a specific version, e.g., v0.13.1
27+
BUILD_COMMIT: "v0.14.5" # or a specific version, e.g., v0.13.1
2828
CIBW_BUILD: ${{ matrix.python }}-*
2929
CIBW_ARCHS_LINUX: "x86_64 aarch64"
3030
# No support for pypy, musl, Win32 for 3.10+
@@ -56,7 +56,7 @@ jobs:
5656
platforms: all
5757

5858
- name: Build wheels (Default)
59-
uses: pypa/cibuildwheel@v2.21
59+
uses: pypa/cibuildwheel@v3.0
6060
if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13')
6161
with:
6262
output-dir: wheelhouse
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Build wheels (MacOS x86_64)
6969
if: matrix.os == 'macos-13'
70-
uses: pypa/cibuildwheel@v2.21
70+
uses: pypa/cibuildwheel@v3.0
7171
with:
7272
output-dir: wheelhouse
7373
package-dir: statsmodels
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Build Pyodide wheel
7979
if: matrix.python_impl == 'Pyodide'
80-
uses: pypa/cibuildwheel@v2.21
80+
uses: pypa/cibuildwheel@v3.0
8181
with:
8282
output-dir: wheelhouse
8383
package-dir: statsmodels
@@ -127,7 +127,7 @@ jobs:
127127
if [ ${ANACONDA_UPLOAD} == true ]; then
128128
# main branches of these two packages
129129
python --version
130-
python -m pip install "cython<3"
130+
python -m pip install "cython<3" packaging
131131
python -m pip list
132132
python -m pip install git+https://github.com/bashtage/clyent.git
133133
python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git

statsmodels

Submodule statsmodels updated 350 files

0 commit comments

Comments
 (0)