From c9b1e66c718348bd00ef49bba3a06f980f7c5451 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 20 Sep 2021 11:28:34 +0530 Subject: [PATCH] Upload the source for nightly builds as well --- publish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.py b/publish.py index 98abed235..fb24d8e80 100755 --- a/publish.py +++ b/publish.py @@ -34,7 +34,7 @@ if ap is not None: appname = ap.group(1) ALL_ACTIONS = 'man html build tag sdist upload website'.split() -NIGHTLY_ACTIONS = 'man html build upload_nightly'.split() +NIGHTLY_ACTIONS = 'man html build sdist upload_nightly'.split() def call(*cmd: str, cwd: Optional[str] = None) -> None: