Skip to content

Commit

Permalink
release: skip bad macos wheels for now (#3411)
Browse files Browse the repository at this point in the history
Workaround for #3312
  • Loading branch information
JelleZijlstra committed Dec 9, 2022
1 parent 9ace064 commit 5b1443a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/pypi_upload.yml
Expand Up @@ -47,12 +47,13 @@ jobs:
- os: macos-11
name: macos-x86_64
macos_arch: "x86_64"
- os: macos-11
name: macos-arm64
macos_arch: "arm64"
- os: macos-11
name: macos-universal2
macos_arch: "universal2"
# 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"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5b1443a

Please sign in to comment.