Skip to content

Commit 6d37f54

Browse files
committed
Fix invoke to fix package finding
1 parent b168950 commit 6d37f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ def release(version):
1010
invoke.run('python setup.py sdist')
1111
invoke.run('python setup.py bdist_wheel')
1212

13-
invoke.run('twine upload -s dist/django-babel{0}* '.format(version))
14-
invoke.run('twine upload -s dist/django_babel{0}* '.format(version))
13+
invoke.run('twine upload -s dist/django-babel-{0}* '.format(version))
14+
invoke.run('twine upload -s dist/django_babel-{0}* '.format(version))

0 commit comments

Comments
 (0)