From 242ce5c2aaef43a733c0400c02d8a7647cb8ef6e Mon Sep 17 00:00:00 2001 From: zyy17 Date: Tue, 14 Mar 2023 21:51:58 +0800 Subject: [PATCH] ci: add pyo3 options for mac (#1178) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77b6c15874..1cf0b13285 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,10 +39,12 @@ jobs: os: macos-latest file: greptime-darwin-arm64 continue-on-error: true + opts: "-F pyo3_backend" - arch: x86_64-apple-darwin os: macos-latest file: greptime-darwin-amd64 continue-on-error: true + opts: "-F pyo3_backend" runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.continue-on-error }} if: github.repository == 'GreptimeTeam/greptimedb'