浏览代码

Fix building wheels for windows (#304)

Fangjun Kuang 1 年之前
父节点
当前提交
04a3e1c0c2
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/build-wheels-win32.yaml
  2. 1 1
      .github/workflows/build-wheels-win64.yaml

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

@@ -29,7 +29,7 @@ jobs:
       # see https://cibuildwheel.readthedocs.io/en/stable/changelog/
       # for a list of versions
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.15.0
+        uses: pypa/cibuildwheel@v2.16.5
         env:
           CIBW_ENVIRONMENT: SHERPA_NCNN_CMAKE_ARGS="-A Win32"
           CIBW_BUILD: "${{ matrix.python-version}}-* "

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

@@ -29,7 +29,7 @@ jobs:
       # see https://cibuildwheel.readthedocs.io/en/stable/changelog/
       # for a list of versions
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.15.0
+        uses: pypa/cibuildwheel@v2.16.5
         env:
           CIBW_BUILD: "${{ matrix.python-version}}-* "
           CIBW_SKIP: "cp27-* cp35-* *-win32 pp* *-musllinux*"