We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a23ff8 commit d6a9a4eCopy full SHA for d6a9a4e
.github/workflows/release-django-stubs-ext.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
user: __token__
39
password: ${{ secrets.DJANGO_STUBS_EXT_PYPI_API_TOKEN }}
40
- packages_dir: django-stubs-ext/dist
+ packages_dir: django_stubs_ext/dist
41
print_hash: true
42
43
- name: Create release
README.md
@@ -53,6 +53,7 @@ We rely on different `django` and `mypy` versions:
53
54
| django-stubs | mypy version | django version | python version
55
|--------------| ---- | ---- | ---- |
56
+| 1.12.0 | 0.931+ | 3.2.x or 4.0.x | ^3.7
57
| 1.11.0 | 0.931+ | 3.2.x | ^3.7
58
| 1.10.0 | 0.931+ | 3.2.x | ^3.7
59
| 1.9.0 | 0.910 | 3.2.x | ^3.6
0 commit comments