File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 8686 run : python -m build --sdist .
8787 - name : Check the sdist
8888 run : python -m twine check dist/*.tar.gz
89+ - name : Check sdist build
90+ run : |
91+ python -m pip install dist/*.tar.gz
92+ python -c "import george"
8993 - uses : actions/upload-artifact@v4
9094 with :
9195 name : sdist
Original file line number Diff line number Diff line change @@ -15,7 +15,11 @@ build-backend = "scikit_build_core.build"
1515
1616[tool .scikit-build ]
1717metadata.version.provider = " scikit_build_core.metadata.setuptools_scm"
18- sdist.include = [" src/george/george_version.py" ]
18+ sdist.include = [
19+ " src/george/george_version.py" ,
20+ " src/george/kernel_interface.cpp" ,
21+ " src/george/solvers/_hodlr.cpp" ,
22+ ]
1923wheel.install-dir = " george"
2024minimum-version = " 0.5"
2125build-dir = " build/{wheel_tag}"
You can’t perform that action at this time.
0 commit comments