Skip to content

Commit d6a9a4e

Browse files
committed
Fixing release pipeline
1 parent 9a23ff8 commit d6a9a4e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-django-stubs-ext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
user: __token__
3939
password: ${{ secrets.DJANGO_STUBS_EXT_PYPI_API_TOKEN }}
40-
packages_dir: django-stubs-ext/dist
40+
packages_dir: django_stubs_ext/dist
4141
print_hash: true
4242

4343
- name: Create release

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ We rely on different `django` and `mypy` versions:
5353

5454
| django-stubs | mypy version | django version | python version
5555
|--------------| ---- | ---- | ---- |
56+
| 1.12.0 | 0.931+ | 3.2.x or 4.0.x | ^3.7
5657
| 1.11.0 | 0.931+ | 3.2.x | ^3.7
5758
| 1.10.0 | 0.931+ | 3.2.x | ^3.7
5859
| 1.9.0 | 0.910 | 3.2.x | ^3.6

0 commit comments

Comments
 (0)