File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 uv build
5959 - name : Check build
6060 run : |
61- tar -tvf dist/mkdocstrings_python_accessors-*.tar.gz --wildcards '*mkdocstrings_python_accessors /py.typed'
61+ tar -tvf dist/mkdocstrings_python_accessors-*.tar.gz --wildcards '*mkdocstrings_handlers/python_accessors /py.typed'
6262 tar -tvf dist/mkdocstrings_python_accessors-*.tar.gz --wildcards 'mkdocstrings_python_accessors-*/LICENCE'
6363
6464 check-dependency-licences :
Original file line number Diff line number Diff line change @@ -51,6 +51,11 @@ dev = [
5151 # ----------------
5252 " liccheck==0.9.2" ,
5353 " mypy==1.14.0" ,
54+ # Required for liccheck, see https://github.com/dhatim/python-license-check/pull/113
55+ " pip==24.3.1" ,
56+ " pre-commit==4.0.1" ,
57+ # Required for liccheck, see https://github.com/dhatim/python-license-check/pull/113
58+ " setuptools==75.6.0" ,
5459 " towncrier==24.8.0" ,
5560]
5661all-dev = [
You can’t perform that action at this time.
0 commit comments