mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
fix macos python wheel release job (#328)
This commit is contained in:
parent
4c4999db68
commit
44b7b57b2d
1
.github/workflows/columnq_cli_release.yml
vendored
1
.github/workflows/columnq_cli_release.yml
vendored
@ -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
|
||||
|
||||
1
.github/workflows/roapi_release.yml
vendored
1
.github/workflows/roapi_release.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user