From 3ff3d0e06bc2b27905a7685e34199b0470793200 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sat, 5 Jan 2019 00:00:00 +0100 Subject: [PATCH] cibuild: this should be != --- scripts/cibuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cibuild.py b/scripts/cibuild.py index 4ff0233..8162f6a 100755 --- a/scripts/cibuild.py +++ b/scripts/cibuild.py @@ -108,7 +108,7 @@ def pypi_upload(): subprocess.check_call(["twine", "upload", sdist]) -if branch() is not "master": +if branch() != "master": sys.exit(0)