mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 01:45:59 +08:00
Fixing release pipeline
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.DJANGO_STUBS_EXT_PYPI_API_TOKEN }}
|
password: ${{ secrets.DJANGO_STUBS_EXT_PYPI_API_TOKEN }}
|
||||||
packages_dir: django-stubs-ext/dist
|
packages_dir: django_stubs_ext/dist
|
||||||
print_hash: true
|
print_hash: true
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ We rely on different `django` and `mypy` versions:
|
|||||||
|
|
||||||
| django-stubs | mypy version | django version | python version
|
| django-stubs | mypy version | django version | python version
|
||||||
|--------------| ---- | ---- | ---- |
|
|--------------| ---- | ---- | ---- |
|
||||||
|
| 1.12.0 | 0.931+ | 3.2.x or 4.0.x | ^3.7
|
||||||
| 1.11.0 | 0.931+ | 3.2.x | ^3.7
|
| 1.11.0 | 0.931+ | 3.2.x | ^3.7
|
||||||
| 1.10.0 | 0.931+ | 3.2.x | ^3.7
|
| 1.10.0 | 0.931+ | 3.2.x | ^3.7
|
||||||
| 1.9.0 | 0.910 | 3.2.x | ^3.6
|
| 1.9.0 | 0.910 | 3.2.x | ^3.6
|
||||||
|
|||||||
Reference in New Issue
Block a user