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: