Skip to content

Commit

Permalink
CI: Test built wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Oct 28, 2024
1 parent e8446ea commit 126a3ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ write_to = "src/sdf_xarray/_version.py"
[tool.cibuildwheel]
build-frontend = "build[uv]"
skip = ["*-win32", "*-manylinux_i686", "pp*", "*musllinux*"]
test-extras = ["test"]
test-command = "pytest {project}/tests"

[tool.uv]
cache-keys = [{ file = "pyproject.toml" }, { git = true }]

0 comments on commit 126a3ec

Please sign in to comment.