Skip to content

Commit bdf73ad

Browse files
committed
Explicitly upload wheel version
1 parent daec26d commit bdf73ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +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))
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)