File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1111pip-wheel-metadata /
1212stubgen /
1313build /
14+ dist /
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ We rely on different `django` and `mypy` versions:
4949
5050| django-stubs | Mypy version | Django version | Django partial support | Python version |
5151| ----------------| --------------| ----------------| ------------------------| ----------------|
52+ | 4.2.6 | 1.6.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
5253| 4.2.5 | 1.6.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
5354| 4.2.4 | 1.5.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
5455| 4.2.3 | 1.4.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ if [[ -z $(git status -s) ]]
55then
66 if [[ " $VIRTUAL_ENV " != " " ]]
77 then
8- pip install --upgrade setuptools wheel twine
8+ pip install --upgrade setuptools wheel twine build
99 rm -rf dist/ build/
10- python setup.py sdist bdist_wheel
10+ python -m build
1111 twine upload dist/*
1212 rm -rf dist/ build/
1313 else
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def find_stub_files(name: str) -> List[str]:
3737
3838setup (
3939 name = "django-stubs" ,
40- version = "4.2.5 " ,
40+ version = "4.2.6 " ,
4141 description = "Mypy stubs for Django" ,
4242 long_description = readme ,
4343 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments