Skip to content

Commit afe973f

Browse files
authored
fix: just skip the universal2 wheel entirely (#1318)
1 parent 3589d1b commit afe973f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release-plz.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,6 @@ jobs:
8383
working-directory: pyvortex
8484
target: aarch64 # NB: aarch64 becomes arm64 in the wheel's platform tag.
8585
args: --release --interpreter python3.10
86-
- name: Build wheels - universal2
87-
uses: PyO3/maturin-action@v1
88-
with:
89-
rust-toolchain: ${{ steps.rust-toolchain.version }}
90-
working-directory: pyvortex
91-
target: universal2-apple-darwin
92-
args: --release --interpreter python3.10
9386
- name: test wheel
9487
run: |
9588
set -ex

0 commit comments

Comments
 (0)