From 89cf80ab743b2af98e77cd83fa2f06b26cf45f02 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 12 Jan 2015 13:50:23 +0530 Subject: [PATCH] Update tarball-info when re-uploading --- setup/upload.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/upload.py b/setup/upload.py index 58a86b5e5a..44b855271f 100644 --- a/setup/upload.py +++ b/setup/upload.py @@ -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)