Skip to content

Commit 51c36ed

Browse files
committed
ci: disable macos-x86 wheels.
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <zachcanbereached@gmail.com>
1 parent 98f43a6 commit 51c36ed

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/wheel.yml

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

0 commit comments

Comments
 (0)