[Python] Remove CI options that only applied to MacOS universal. (#6169)

We were having problems with the universal MacOS wheels, so we
reverted back to just building the x86 wheels. But this still fails,
because these options are telling cibuildwheel to build for the
universal architecture on MacOS, which is not enabled.
This commit is contained in:
Mike Urbach 2023-09-21 17:16:18 -06:00 committed by GitHub
parent 84221b7e3e
commit 6b1f86c360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_BUILD_FRONTEND: build
SETUPTOOLS_SCM_DEBUG: True
CIBW_ARCHS_MACOS: universal2
CIBW_TEST_SKIP: '*universal2:arm64'
- name: Upload (stage) wheels as artifacts
uses: actions/upload-artifact@v3