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'