diff --git a/.github/workflows/release-django-stubs-ext.yml b/.github/workflows/release-django-stubs-ext.yml index 465a90e04..dc05dc736 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