Skip to content

Commit

Permalink
maybe fix wheel name
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Sep 7, 2023
1 parent c6a8784 commit d555937
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ main() {
pushd python/geoarrow-c
rm -rf dist
python3 -m build --wheel
pip3 install dist/geoarrow-*.whl
pip3 install dist/geoarrow*.whl
popd

pushd docs
Expand Down
5 changes: 3 additions & 2 deletions python/geoarrow-c/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
# under the License.

exclude bootstrap.py
include src/geoarrow/geoarrow/*.h
include src/geoarrow/geoarrow/*.hpp
include src/geoarrow/c/**/**/*.h
include src/geoarrow/c/**/*.h
include src/geoarrow/c/**/*.hpp

0 comments on commit d555937

Please sign in to comment.