Skip to content

Commit 5b1443a

Browse files
release: skip bad macos wheels for now (#3411)
Workaround for #3312
1 parent 9ace064 commit 5b1443a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/pypi_upload.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ jobs:
4747
- os: macos-11
4848
name: macos-x86_64
4949
macos_arch: "x86_64"
50-
- os: macos-11
51-
name: macos-arm64
52-
macos_arch: "arm64"
53-
- os: macos-11
54-
name: macos-universal2
55-
macos_arch: "universal2"
50+
# Only build x86_64 wheels on macos until #3312 is fixed
51+
# - os: macos-11
52+
# name: macos-arm64
53+
# macos_arch: "arm64"
54+
# - os: macos-11
55+
# name: macos-universal2
56+
# macos_arch: "universal2"
5657

5758
steps:
5859
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)