File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33
33
name : Packages
34
34
path : dist
35
35
- name : Upload wheel to release
36
- uses : svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0
36
+ uses : svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # 2.11.2
37
37
with :
38
38
file : dist/*.whl
39
39
tag : ${{ github.ref }}
Original file line number Diff line number Diff line change 1
- tox==4.26 .0
1
+ tox==4.27 .0
Original file line number Diff line number Diff line change 58
58
python-version : ${{ matrix.python-version }}
59
59
allow-prereleases : true
60
60
61
- - uses : astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
61
+ - uses : astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
62
62
with :
63
63
version : " >=0.5.19"
64
64
84
84
with :
85
85
python-version : " 3.x"
86
86
87
- - uses : astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
87
+ - uses : astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
88
88
with :
89
89
version : " >=0.5.19"
90
90
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ repos:
21
21
22
22
- repo : https://github.com/astral-sh/ruff-pre-commit
23
23
# Ruff version.
24
- rev : ' v0.11.12 '
24
+ rev : ' v0.12.2 '
25
25
hooks :
26
26
- id : ruff
27
27
args : [--fix, --exit-non-zero-on-fix]
28
28
- id : ruff-format
29
29
30
30
- repo : https://github.com/pre-commit/mirrors-mypy
31
- rev : v1.16.0
31
+ rev : v1.16.1
32
32
hooks :
33
33
- id : mypy
34
34
pass_filenames : true
You can’t perform that action at this time.
0 commit comments