Skip to content

Commit 605b003

Browse files
authored
Update build_wheels_and_publish.yml
only build for 3.9 and 3.10
1 parent f3752e4 commit 605b003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels_and_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88

99
env:
10-
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-*"
10+
CIBW_BUILD: "cp39-* cp310-*"
1111
CIBW_SKIP: "*-win32 *musllinux*"
1212
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
1313
CIBW_BEFORE_BUILD: pip install numpy --config-settings=setup-args="-Dallow-noblas=true"

0 commit comments

Comments
 (0)