File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11
11
pip-wheel-metadata /
12
12
stubgen /
13
13
build /
14
+ dist /
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ We rely on different `django` and `mypy` versions:
49
49
50
50
| django-stubs | Mypy version | Django version | Django partial support | Python version |
51
51
| ----------------| --------------| ----------------| ------------------------| ----------------|
52
+ | 4.2.6 | 1.6.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
52
53
| 4.2.5 | 1.6.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
53
54
| 4.2.4 | 1.5.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 |
54
55
| 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) ]]
5
5
then
6
6
if [[ " $VIRTUAL_ENV " != " " ]]
7
7
then
8
- pip install --upgrade setuptools wheel twine
8
+ pip install --upgrade setuptools wheel twine build
9
9
rm -rf dist/ build/
10
- python setup.py sdist bdist_wheel
10
+ python -m build
11
11
twine upload dist/*
12
12
rm -rf dist/ build/
13
13
else
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def find_stub_files(name: str) -> List[str]:
37
37
38
38
setup (
39
39
name = "django-stubs" ,
40
- version = "4.2.5 " ,
40
+ version = "4.2.6 " ,
41
41
description = "Mypy stubs for Django" ,
42
42
long_description = readme ,
43
43
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments