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 3535
3636 - name : Run rename test
3737 run : scripts/rename
38+
3839 # https://github.com/marketplace/actions/alls-green#why used for branch protection checks
3940 check :
4041 if : always()
Original file line number Diff line number Diff line change @@ -113,3 +113,12 @@ exclude_lines = [
113113 " if self\\ .debug:" ,
114114 " except ImportError:" ,
115115]
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"
77uvx ruff format --check --diff $SOURCE_FILES
88uvx ruff check $SOURCE_FILES
99uvx --with types-PyYAML mypy $SOURCE_FILES
10+ uvx check-sdist
You can’t perform that action at this time.
0 commit comments