CI: Remove pycache from artifacts (#858)
* CI: Remove pycache from artifacts * CI: Move bundle scripts step even higher
This commit is contained in:
@@ -35,7 +35,7 @@ class Main(App):
|
||||
def generate(self):
|
||||
meta = {}
|
||||
for k, v in vars(self.args).items():
|
||||
if k == "project" or k == "func":
|
||||
if k in ["project", "func", "debug"]:
|
||||
continue
|
||||
if isinstance(v, str):
|
||||
v = v.strip('"')
|
||||
|
Reference in New Issue
Block a user