Skip to content

Commit

Permalink
[SEDONA-267] Fix missing header files in the python sdist package (ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kontinuation authored and jiayuasu committed May 15, 2023
1 parent e7430bd commit e4256c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ jobs:
cd python
pipenv install shapely~=1.7
pipenv run pytest tests/utils/test_geomserde_speedup.py
- name: Install from sdist
run: |
cd python
pipenv run python setup.py sdist
pipenv run python -m pip install dist/apache-sedona-*.tar.gz
1 change: 1 addition & 0 deletions python/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
global-include *.h

0 comments on commit e4256c9

Please sign in to comment.