Reenable macOS mypyc wheel build (#3511)

Hatchling implemented a workaround for the 'technically right tag but no
one understands it, including pip' issue so this should work now.
This commit is contained in:
Richard Si 2023-01-21 02:50:00 -05:00 committed by GitHub
parent 91e1e1328a
commit c5df7b7d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,13 +47,12 @@ jobs:
- os: macos-11
name: macos-x86_64
macos_arch: "x86_64"
# Only build x86_64 wheels on macos until #3312 is fixed
# - os: macos-11
# name: macos-arm64
# macos_arch: "arm64"
# - os: macos-11
# name: macos-universal2
# macos_arch: "universal2"
- os: macos-11
name: macos-arm64
macos_arch: "arm64"
- os: macos-11
name: macos-universal2
macos_arch: "universal2"
steps:
- uses: actions/checkout@v3