From 4cf3b445bd1f3b6c32c33035089aa937440018b8 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Fri, 17 Jun 2022 17:15:28 +0300 Subject: [PATCH] Fix release pipeline --- .github/workflows/release-django-stubs-ext.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-django-stubs-ext.yml b/.github/workflows/release-django-stubs-ext.yml index 465a90e..dc05dc7 100644 --- a/.github/workflows/release-django-stubs-ext.yml +++ b/.github/workflows/release-django-stubs-ext.yml @@ -27,7 +27,7 @@ jobs: python -m pip install -U setuptools twine wheel - name: Build package run: | - cd ./django-stubs-ext + cd ./django_stubs_ext python setup.py --version python setup.py sdist bdist_wheel