1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

cibuild: this should be !=

This commit is contained in:
Johan Andersson 2019-01-05 00:00:00 +01:00
parent 7037590698
commit 3ff3d0e06b

View File

@ -108,7 +108,7 @@ def pypi_upload():
subprocess.check_call(["twine", "upload", sdist])
if branch() is not "master":
if branch() != "master":
sys.exit(0)