File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
# Disable jupyter-builder build hook because not needed for linting/formatting, and requires pnpm
23
23
- run : |
24
24
sed -i '' 's/\[tool.hatch.build.hooks.\(.*\)\]/\[_tool.hatch.build.hooks.\1\]/' pyproject.toml
25
- - uses : astral-sh/setup-uv@v4
25
+ - uses : astral-sh/setup-uv@v5
26
26
with :
27
27
version : " 0.5.x"
28
28
- run : |
37
37
# Disable jupyter-builder build hook because not needed for typechecking, and requires pnpm
38
38
- run : |
39
39
sed -i '' 's/\[tool.hatch.build.hooks.\(.*\)\]/\[_tool.hatch.build.hooks.\1\]/' pyproject.toml
40
- - uses : astral-sh/setup-uv@v4
40
+ - uses : astral-sh/setup-uv@v5
41
41
with :
42
42
version : " 0.5.x"
43
43
- run : uv run mypy
58
58
- uses : pnpm/action-setup@v4
59
59
with :
60
60
run_install : true
61
- - uses : astral-sh/setup-uv@v4
61
+ - uses : astral-sh/setup-uv@v5
62
62
with :
63
63
version : " 0.5.x"
64
64
- name : Run tests
Original file line number Diff line number Diff line change 25
25
- uses : pnpm/action-setup@v4
26
26
with :
27
27
run_install : true
28
- - uses : astral-sh/setup-uv@v4
28
+ - uses : astral-sh/setup-uv@v5
29
29
with :
30
30
version : " 0.5.x"
31
31
- name : Create Release Pull Request or Publish
You can’t perform that action at this time.
0 commit comments