Skip to content

Commit 6023883

Browse files
committed
TST: Test 0.14.1 release
1 parent 792feae commit 6023883

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python: [cp38, cp39, cp310, cp311, cp312]
2222
os: [ubuntu-latest, windows-latest, macOS-latest]
2323
env:
24-
BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1
24+
BUILD_COMMIT: "maintenance/0.14.x" # or a specific version, e.g., v0.13.1
2525
CIBW_BUILD: ${{ matrix.python }}-*
2626
CIBW_ARCHS_LINUX: "x86_64 aarch64"
2727
CIBW_ARCHS_MACOS: "x86_64 arm64"
@@ -57,7 +57,7 @@ jobs:
5757
platforms: all
5858

5959
- name: Install cibuildwheel
60-
run: python -m pip install cibuildwheel==2.16.0
60+
run: python -m pip install cibuildwheel==2.16.2
6161

6262
- name: Build wheels
6363
run: |

statsmodels

0 commit comments

Comments
 (0)