Skip to content

Commit

Permalink
fix feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 11, 2023
1 parent b71244e commit d815cf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-core-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
# Build wheels for both x86 and aarch
- name: Build
run: |
maturin build --release --strip --interpreter python -o wheels
maturin build --release --target aarch64-apple-darwin --strip --interpreter python -o wheels
maturin build --release --strip -o wheels
maturin build --release --target aarch64-apple-darwin --strip -o wheels
- name: List wheels
run: find ./wheels
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Build
shell: bash
run: |
maturin build --release --strip --interpreter python -o wheels-pre-repair --features proj
maturin build --release --strip -o wheels
- name: List wheels
shell: bash
Expand Down

0 comments on commit d815cf5

Please sign in to comment.