We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f437811 commit 4cf3b44Copy full SHA for 4cf3b44
.github/workflows/release-django-stubs-ext.yml
@@ -27,7 +27,7 @@ jobs:
27
python -m pip install -U setuptools twine wheel
28
- name: Build package
29
run: |
30
- cd ./django-stubs-ext
+ cd ./django_stubs_ext
31
python setup.py --version
32
python setup.py sdist bdist_wheel
33
0 commit comments