Skip to content

Commit 2baa6b8

Browse files
committed
More github build script fixes
1 parent 49ba7e1 commit 2baa6b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
python -m pip install setuptools
22-
python -m pip install cibuildwheel==2.10.0
22+
python -m pip install cibuildwheel
2323
2424
- name: Build wheel
2525
run: python -m cibuildwheel --output-dir dist/
2626
env:
27-
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* cp314-*
27+
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* cp314-*
2828
CIBW_ARCHS_MACOS: "x86_64 arm64"
2929
CIBW_ARCHS_LINUX: "x86_64 i686"
3030
CIBW_SKIP: "*-musllinux_*"

0 commit comments

Comments
 (0)