Update tarball-info when re-uploading

This commit is contained in:
Kovid Goyal 2015-01-12 13:50:23 +05:30
parent 1a8c28ecb9
commit 89cf80ab74

View File

@ -160,6 +160,7 @@ class UploadInstallers(Command): # {{{
self.upload_to_calibre()
if opts.replace:
upload_signatures()
check_call('ssh code /apps/update-calibre-version.py'.split())
self.upload_to_sourceforge()
self.upload_to_dbs()
self.upload_to_github(opts.replace)