Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jun 17, 2022
1 parent f437811 commit 4cf3b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-django-stubs-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cf3b44

Please sign in to comment.