From c5df7b7d3ca5b568a81a9ccc1f647c183e8b4075 Mon Sep 17 00:00:00 2001 From: Richard Si Date: Sat, 21 Jan 2023 02:50:00 -0500 Subject: [PATCH] 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. --- .github/workflows/pypi_upload.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index ee1c1fa..6b3eb90 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -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 -- 2.39.2