Skip to content

Commit bc2bde0

Browse files
committed
ci: disable macos-x86 wheels. (AcademySoftwareFoundation#4886)
Temporary workaround to unblock publishing of other wheels for 3.1 release Signed-off-by: Zach Lewis <zachcanbereached@gmail.com>
1 parent 04f3cc0 commit bc2bde0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ jobs:
299299
name: cibw-wheels-${{ matrix.python }}
300300
path: ./wheelhouse/*.whl
301301

302+
302303
# ---------------------------------------------------------------------------
303304
# macOS ARM Wheels
304305
# ---------------------------------------------------------------------------
@@ -408,7 +409,7 @@ jobs:
408409

409410

410411
upload_pypi:
411-
needs: [sdist, linux, linux-arm, macos, macos-arm, windows]
412+
needs: [sdist, linux, linux-arm, macos-arm, windows]
412413
runs-on: ubuntu-latest
413414
permissions:
414415
id-token: write

0 commit comments

Comments
 (0)