fix macos python wheel release job (#328)

This commit is contained in:
QP Hou 2024-04-28 12:17:43 -07:00 committed by GitHub
parent 4c4999db68
commit 44b7b57b2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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