Skip to content

Commit b71cee8

Browse files
committed
Try to add cache key settings for uv
1 parent a75f274 commit b71cee8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,16 @@ before-build = [
136136

137137
[tool.cibuildwheel.pyodide]
138138
environment = { PYMUNK_BUILD_SLIM = "1" }
139+
140+
[tool.uv]
141+
cache-keys = [
142+
{ file = "pyproject.toml" },
143+
{ file = "setup.py" },
144+
# { file = "**/*.h" },
145+
# { file = "**/*.c" },
146+
{ file = "Munk2D/**/*.c" },
147+
{ file = "Munk2D/**/*.h" },
148+
{ file = "pymunk/**/*.c" },
149+
{ file = "pymunk/**/*.cdef" },
150+
{ file = "pymunk/**/*.h" },
151+
]

0 commit comments

Comments
 (0)