Skip to content

Commit 7e03054

Browse files
committed
fix typos
1 parent 519a16a commit 7e03054

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-wheels-win32.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/build-wheels-win64.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)