File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 35
35
36
36
- name : Run rename test
37
37
run : scripts/rename
38
+
38
39
# https://github.com/marketplace/actions/alls-green#why used for branch protection checks
39
40
check :
40
41
if : always()
Original file line number Diff line number Diff line change @@ -113,3 +113,12 @@ exclude_lines = [
113
113
" if self\\ .debug:" ,
114
114
" except ImportError:" ,
115
115
]
116
+
117
+ [tool .check-sdist ]
118
+ git-only = [
119
+ " docs" ,
120
+ " fuzz" ,
121
+ " scripts" ,
122
+ " mkdocs.yml" ,
123
+ " uv.lock"
124
+ ]
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ SOURCE_FILES="python_multipart multipart tests"
7
7
uvx ruff format --check --diff $SOURCE_FILES
8
8
uvx ruff check $SOURCE_FILES
9
9
uvx --with types-PyYAML mypy $SOURCE_FILES
10
+ uvx check-sdist
You can’t perform that action at this time.
0 commit comments