File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1919
2020jobs :
2121 make_sdist :
22- if : ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
22+ # if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
2323 runs-on : ubuntu-22.04
2424
2525 steps :
Original file line number Diff line number Diff line change 11# MANIFEST.in commands specified here:
22# https://packaging.python.org/en/latest/guides/using-manifest-in/#manifest-in-commands
33
4+ prune docs/
5+ prune .github/
6+
47include CHANGELOG.md
58include CMakeLists.txt
69include LICENSE
@@ -22,3 +25,4 @@ include src/h3lib/CMakeLists.txt
2225graft src/h3lib/cmake
2326graft src/h3lib/src/h3lib
2427exclude MANIFEST.in
28+ exclude .*
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ requires = [
33 ' scikit-build' ,
44 ' cython' ,
55 ' cmake' ,
6+ ' setuptools-scm' ,
67]
You can’t perform that action at this time.
0 commit comments