From 44b7b57b2d389ecf070a45786adb205cedcc7ff4 Mon Sep 17 00:00:00 2001 From: QP Hou Date: Sun, 28 Apr 2024 12:17:43 -0700 Subject: [PATCH] fix macos python wheel release job (#328) --- .github/workflows/columnq_cli_release.yml | 1 - .github/workflows/roapi_release.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/columnq_cli_release.yml b/.github/workflows/columnq_cli_release.yml index 668d9ed..0d74e42 100644 --- a/.github/workflows/columnq_cli_release.yml +++ b/.github/workflows/columnq_cli_release.yml @@ -52,7 +52,6 @@ jobs: - name: Build wheels - x86_64 run: | maturin build -m columnq-cli/Cargo.toml -b bin --target x86_64-apple-darwin --release --out dist --cargo-extra-args="--features=database-sqlite" - pip install columnq-cli --no-index --find-links dist --force-reinstall - name: Build wheels - universal2 env: DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer diff --git a/.github/workflows/roapi_release.yml b/.github/workflows/roapi_release.yml index 3baac6e..51cff33 100644 --- a/.github/workflows/roapi_release.yml +++ b/.github/workflows/roapi_release.yml @@ -54,7 +54,6 @@ jobs: - name: Build wheels - x86_64 run: | maturin build -m roapi/Cargo.toml -b bin --target x86_64-apple-darwin --release --out dist --cargo-extra-args="--features=database-sqlite" - pip install roapi --no-index --find-links dist --force-reinstall - name: Build wheels - universal2 env: DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer