mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 13:44:14 +01:00
cibuild: glob is only one argument
This commit is contained in:
parent
07deb1baa5
commit
b26e677264
@ -95,7 +95,7 @@ def aws_upload():
|
||||
|
||||
def pypi_upload():
|
||||
logger.info("Uploading to pypi")
|
||||
sdist = glob.glob("dist/", "svtplay-dl-*.tar.gz")
|
||||
sdist = glob.glob("dist/svtplay-dl-*.tar.gz")
|
||||
if sdist:
|
||||
subprocess.check_call(["twine", "upload", sdist[0]])
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user