File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -264,20 +264,20 @@ jobs:
264264 with :
265265 python-version : ' 3.9'
266266
267- - name : Build wheels
268- uses : pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
269- env :
270- CIBW_BUILD : ${{ matrix.python }}
271- CIBW_ARCHS : ${{ matrix.arch }}
272- CMAKE_GENERATOR : " Unix Makefiles"
273- # TODO: Re-enable HEIF when we provide a build recipe that does
274- # not include GPL-licensed dynamic libraries.
275- USE_Libheif : ' OFF'
276-
277- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
278- with :
279- name : cibw-wheels-${{ matrix.python }}
280- path : ./wheelhouse/*.whl
267+ # - name: Build wheels
268+ # uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
269+ # env:
270+ # CIBW_BUILD: ${{ matrix.python }}
271+ # CIBW_ARCHS: ${{ matrix.arch }}
272+ # CMAKE_GENERATOR: "Unix Makefiles"
273+ # # TODO: Re-enable HEIF when we provide a build recipe that does
274+ # # not include GPL-licensed dynamic libraries.
275+ # USE_Libheif: 'OFF'
276+
277+ # - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
278+ # with:
279+ # name: cibw-wheels-${{ matrix.python }}
280+ # path: ./wheelhouse/*.whl
281281
282282 # ---------------------------------------------------------------------------
283283 # macOS ARM Wheels
You can’t perform that action at this time.
0 commit comments