Skip to content

Commit 18a9b8c

Browse files
Use cibuildwheel GH action
1 parent 7e69659 commit 18a9b8c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,11 @@ jobs:
5656
with:
5757
platforms: all
5858

59-
- name: Install cibuildwheel
60-
run: python -m pip install cibuildwheel==2.16.2
61-
6259
- name: Build wheels
63-
run: |
64-
python -m cibuildwheel --output-dir wheelhouse statsmodels
60+
uses: pypa/[email protected]
61+
with:
62+
output-dir: wheelhouse
63+
package-dir: statsmodels
6564
env:
6665
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
6766

0 commit comments

Comments
 (0)