Skip to content

Commit 712fb30

Browse files
committed
fix release task to properly upload source dist
1 parent 25939b1 commit 712fb30

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tasks.py

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

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

0 commit comments

Comments
 (0)