From aae73585846c57b8ce713632e6ed1500a41072a3 Mon Sep 17 00:00:00 2001 From: Robert Bamler Date: Sat, 31 Aug 2024 20:23:59 +0200 Subject: [PATCH] Fix `release.yaml` --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 76135f5..5d0373f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -359,8 +359,9 @@ jobs: if: matrix.os == 'macos-latest' uses: messense/maturin-action@v1 with: + target: universal2-apple-darwin command: build - args: --release --strip --features pybindings --universal2 -i python3.8 python3.9 python3.10 python3.11 python3.12 + args: --release --strip --features pybindings -i python3.8 python3.9 python3.10 python3.11 python3.12 - name: List wheels shell: bash