Skip to content

Commit

Permalink
Actually build wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Nov 1, 2023
1 parent fd7fac3 commit ae32af8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ jobs:
cd ..
python -m venv test
source test/bin/activate
pip install build
cd libsupermesh/rtree
ls
./ci/install_libspatialindex.bash
python -m build --wheel
ls dist
echo $(ls dist/Rtree*.whl)
pip install $(ls dist/Rtree*.whl)
Expand Down

0 comments on commit ae32af8

Please sign in to comment.