def publish(self, runs=None, **kw): gapi.publish(runs=runs, cwd=self.cwd, guild_home=self.guild_home, **kw)
def publish(self, runs=None, **kw): with PrintStderr(): gapi.publish(runs=runs, cwd=self.cwd, guild_home=self.guild_home, **kw)