From bc7b94ed0d64b975a5bf83a5d7c47a1b6f21eaf6 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Thu, 10 Sep 2020 11:55:58 +0200 Subject: [PATCH] Revert "Only upload binaries for a specifc job" This reverts commit bfee2714d685a328679fa361ec10b970eb176f69. --- scripts/cibuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cibuild.py b/scripts/cibuild.py index 4e2b1a5..f017c20 100755 --- a/scripts/cibuild.py +++ b/scripts/cibuild.py @@ -109,7 +109,7 @@ if not tag() and branch() != "master": build_package() if os.environ.get("CIBUILD") == "yes": build_docker() - aws_upload() +aws_upload() if tag() and os.environ.get("CIBUILD") == "yes": pypi_upload()