Skip to content

Commit

Permalink
Exclude tests from builds (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored Feb 7, 2024
1 parent d185528 commit 301a3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/cuproj/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ build-dir = "build/{wheel_tag}"
cmake.build-type = "Release"
cmake.minimum-version = "3.26.4"
ninja.make-fallback = true
sdist.exclude = ["*tests*"]
sdist.reproducible = true
wheel.exclude = ["*.clang-format"]
wheel.packages = ["cuproj"]
Expand Down
1 change: 1 addition & 0 deletions python/cuspatial/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ build-dir = "build/{wheel_tag}"
cmake.build-type = "Release"
cmake.minimum-version = "3.26.4"
ninja.make-fallback = true
sdist.exclude = ["*tests*"]
sdist.reproducible = true
wheel.packages = ["cuspatial"]

Expand Down

0 comments on commit 301a3e6

Please sign in to comment.