Skip to content

Commit 0d9378b

Browse files
committed
remove CIBW_BUILD
1 parent 2e9624d commit 0d9378b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
uses: pypa/cibuildwheel@v3.3.1
4747
env:
4848
# All cibuildwheel options are here (nothing "hidden" in pyproject.toml)
49-
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"
50-
CIBW_SKIP: "*-win32 *i686 pp3*"
49+
CIBW_SKIP: "*-win32 *i686"
5150
CIBW_BUILD_FRONTEND: build
5251
CIBW_BUILD_VERBOSITY: 3
5352
CIBW_TEST_REQUIRES: pytest scipy

0 commit comments

Comments
 (0)