File tree Expand file tree Collapse file tree 5 files changed +105
-107
lines changed
Expand file tree Collapse file tree 5 files changed +105
-107
lines changed Original file line number Diff line number Diff line change 33on : [push, pull_request]
44
55env :
6- UV_VERSION : " 0.7.15 "
6+ UV_VERSION : " 0.7.19 "
77
88jobs :
99 test :
Original file line number Diff line number Diff line change 88 branches : [main]
99
1010env :
11- UV_VERSION : " 0.7.15 "
11+ UV_VERSION : " 0.7.19 "
1212
1313jobs :
1414 deploy :
Original file line number Diff line number Diff line change 1111FROM python:3.12-slim-bookworm AS python_builder
1212
1313# Pin uv to a specific version to make container builds reproducible.
14- ENV UV_VERSION=0.7.15
14+ ENV UV_VERSION=0.7.19
1515ENV UV_PYTHON_DOWNLOADS=never
1616
1717# Set ENV variables that make Python more friendly to running inside a container.
Original file line number Diff line number Diff line change @@ -68,10 +68,8 @@ licenses = [
6868]
6969
7070[build-system ]
71- # TODO: Replace this with uv_build when it is it released for GA.
72- # https://github.com/astral-sh/uv/issues/3957
73- requires = [" hatchling" ]
74- build-backend = " hatchling.build"
71+ requires = [" uv_build>=0.7.19,<0.8.0" ]
72+ build-backend = " uv_build"
7573
7674[tool .uv ]
7775default-groups = " all"
You can’t perform that action at this time.
0 commit comments