Update workflows' dependencies

This commit is contained in:
Valentin Niess
2025-05-23 15:53:26 +02:00
parent ac7df52db8
commit ad647e0ece
4 changed files with 17 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ __all__ = ['execute']
def _unpack_args(args):
'''Unpack command line arguments
'''
return args.python, args.destination, args.no_packaging
return args.python, args.destination
def execute(python=None, destination=None):