From d6a9a4ef03b589cf82954bf229b920102a16e3d2 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Fri, 17 Jun 2022 18:09:00 +0300 Subject: [PATCH] Fixing release pipeline --- .github/workflows/release-django-stubs-ext.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-django-stubs-ext.yml b/.github/workflows/release-django-stubs-ext.yml index 496a3ff..c5bccbb 100644 --- a/.github/workflows/release-django-stubs-ext.yml +++ b/.github/workflows/release-django-stubs-ext.yml @@ -37,7 +37,7 @@ jobs: with: user: __token__ password: ${{ secrets.DJANGO_STUBS_EXT_PYPI_API_TOKEN }} - packages_dir: django-stubs-ext/dist + packages_dir: django_stubs_ext/dist print_hash: true - name: Create release diff --git a/README.md b/README.md index 98c2780..a392f80 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ We rely on different `django` and `mypy` versions: | 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.10.0 | 0.931+ | 3.2.x | ^3.7 | 1.9.0 | 0.910 | 3.2.x | ^3.6