From de8e2b553207effc76464666dee844121f09af72 Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Sun, 14 Apr 2024 11:21:35 -0400 Subject: [PATCH] update --universal2 command per PyO3/maturin#1620 (release in maturin 1.0.0) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f04d221..400f430 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: - uses: messense/maturin-action@v1 with: command: build - args: --release -o dist --universal2 --find-interpreter + args: --release -o dist --target universal2-apple-darwin --find-interpreter - name: Upload wheels uses: actions/upload-artifact@v2 with: