File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
run : |
45
45
uv pip install build "twine>=5.1"
46
46
# resolution fails without betterproto
47
- uv pip install pypi-attestations==0.0.21 betterproto==2.0.0b6
47
+ uv pip install pypi-attestations==0.0.22 betterproto==2.0.0b6
48
48
49
49
- name : Build distribution
50
50
run : python -m build
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ lint = [
104
104
" types-urllib3==1.26.25.14" ,
105
105
" pyright==1.1.397" ,
106
106
" pytest>=8.0" ,
107
- " pypi-attestations==0.0.21 " ,
107
+ " pypi-attestations==0.0.22 " ,
108
108
" betterproto==2.0.0b6" ,
109
109
]
110
110
test = [
Original file line number Diff line number Diff line change 7
7
# /// script
8
8
# requires-python = ">=3.11"
9
9
# dependencies = [
10
- # "pypi-attestations==0.0.21 ",
10
+ # "pypi-attestations==0.0.22 ",
11
11
# "betterproto==2.0.0b6",
12
12
# ]
13
13
# ///
You can’t perform that action at this time.
0 commit comments