Skip to content

Commit 4cf3b44

Browse files
committed
Fix release pipeline
1 parent f437811 commit 4cf3b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-django-stubs-ext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python -m pip install -U setuptools twine wheel
2828
- name: Build package
2929
run: |
30-
cd ./django-stubs-ext
30+
cd ./django_stubs_ext
3131
python setup.py --version
3232
python setup.py sdist bdist_wheel
3333

0 commit comments

Comments
 (0)