File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727 - name : Build wheels
2828 env :
29- CIBW_BUILD : " cp311-manylinux_x86_64 cp312-manylinux_x86_64 cp313-manylinux_x86_64 cp313t-manylinux_x86_64 cp314-manylinux_x86_64 cp314t-manylinux_x86_64"
29+ CIBW_BUILD : " cp311-manylinux_x86_64 cp312-manylinux_x86_64 cp313-manylinux_x86_64 cp314-manylinux_x86_64 cp314t-manylinux_x86_64"
3030 CIBW_ENABLE : cpython-prerelease cpython-freethreading
3131 CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
3232 CIBW_BUILD_VERBOSITY : " 3"
8888
8989 - name : Build wheels
9090 env :
91- CIBW_BUILD : " cp311-* cp312-* cp313-* cp314-* cp313t-* cp314t-*"
91+ CIBW_BUILD : " cp311-* cp312-* cp313-* cp314-* cp314t-*"
9292 CIBW_ENABLE : cpython-prerelease cpython-freethreading
9393 # CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-13' && 'x86_64' || 'arm64' }}
9494 CIBW_BUILD_VERBOSITY : " 3"
@@ -149,7 +149,7 @@ jobs:
149149
150150 - name : Build wheels
151151 env :
152- CIBW_BUILD : " cp311-* cp312-* cp313-* cp314-* cp313t-* cp314t-*"
152+ CIBW_BUILD : " cp311-* cp312-* cp313-* cp314-* cp314t-*"
153153 CIBW_ENABLE : cpython-prerelease cpython-freethreading
154154 CIBW_ARCHS_WINDOWS : ${{ matrix.architecture == 'x86' && 'x86' || 'AMD64' }}
155155 CIBW_BUILD_VERBOSITY : " 3"
You can’t perform that action at this time.
0 commit comments