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:
parent
7037590698
commit
3ff3d0e06b
@ -108,7 +108,7 @@ def pypi_upload():
|
||||
subprocess.check_call(["twine", "upload", sdist])
|
||||
|
||||
|
||||
if branch() is not "master":
|
||||
if branch() != "master":
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user