File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ jobs:
303303 with :
304304 python-version : ' 3.7'
305305
306- - name : Build wheels
306+ - name : Build wheels (cmd)
307307 if : matrix.python-version == 'cp37'
308308 shell : bash
309309 run : |
@@ -321,7 +321,7 @@ jobs:
321321
322322 # see https://cibuildwheel.readthedocs.io/en/stable/changelog/
323323 # for a list of versions
324- - name : Build wheels
324+ - name : Build wheels (cibuildwheel)
325325 if : matrix.python-version != 'cp37'
326326 uses : pypa/cibuildwheel@v3.1.4
327327 env :
Original file line number Diff line number Diff line change @@ -304,8 +304,8 @@ jobs:
304304 with :
305305 python-version : ${{ matrix.python-version }}
306306
307- - name : Build wheels
308- if : matrix.python-version == 'cp314 '
307+ - name : Build wheels (cibuildwheel)
308+ if : matrix.python-version == '3.14 '
309309 uses : pypa/cibuildwheel@v3.1.4
310310 env :
311311 CIBW_BUILD : " ${{ matrix.python-version}}-* "
@@ -315,7 +315,7 @@ jobs:
315315 SHERPA_ONNX_SPLIT_PYTHON_PACKAGE=ON
316316 SHERPA_ONNX_CMAKE_ARGS="-A x64 -DSHERPA_ONNX_ENABLE_BINARY=OFF"
317317
318- - name : Build wheels
318+ - name : Build wheels (cmd)
319319 shell : bash
320320 run : |
321321 python3 -m pip install setuptools wheel twine
You can’t perform that action at this time.
0 commit comments