Skip to content

Commit

Permalink
repair wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 30, 2023
1 parent 7a52e0b commit e6d177d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,17 @@ jobs:
shell: bash
run: |
python -V
python -m pip install maturin
python -m pip install delvewheel
python -m pip install maturin delvewheel
- name: Build
shell: bash
run: |
pixi run --manifest-path build/pixi.toml cd .. && maturin build --strip -o wheels
pixi run --manifest-path build/pixi.toml cd .. && maturin build --strip -o wheels-pre-repair
- name: Repair wheel
shell: bash
run: |
python -m delvewheel repair --namespace-pkg geoarrow --wheel-dir wheels wheels-pre-repair/*
- name: List wheels
shell: bash
Expand Down

0 comments on commit e6d177d

Please sign in to comment.