Skip to content

Commit c4b8ded

Browse files
committed
build: support uv.lock
1 parent e014491 commit c4b8ded

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pyproject.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,18 @@ before-all = [
154154
]
155155
[tool.cibuildwheel.linux.environment]
156156
PYTHONFAULTHANDLER="True"
157-
CONAN_USER_HOME="echo ${CONAN_USER_HOME:-${CIBW_CACHE_PATH:-$HOME/Library/Caches/cibuildwheel}/conan/manylinux}"
158-
CONAN_HOME="echo ${CONAN_HOME:-${CIBW_CACHE_PATH:-$HOME/Library/Caches/cibuildwheel}/conan/manylinux/.conan2}"
157+
CONAN_USER_HOME="/tmp/conan/manylinux"
158+
CONAN_HOME="/tmp/conan/manylinux/.conan2"
159159

160160
[tool.uv]
161-
cache-keys = [{ file = "pyproject.toml" }, { file = "conanfile.py" }, { file = "setup.py" }]
161+
cache-keys = [
162+
{ file = "pyproject.toml" },
163+
{ file = "conanfile.py" },
164+
{ file = "setup.py" },
165+
{ file = "uiucprescon/imagevalidate/CMakeLists.txt" },
166+
{ file = "uiucprescon/**/*.h" },
167+
{ file = "uiucprescon/**/*.cpp" }
168+
]
162169

163170
[tool.uv.sources]
164171
py3exiv2bind = {index = "uiuc_prescon_python"}

0 commit comments

Comments
 (0)