Esempio n. 1
0
 def publish(self, runs=None, **kw):
     gapi.publish(runs=runs, cwd=self.cwd, guild_home=self.guild_home, **kw)
Esempio n. 2
0
 def publish(self, runs=None, **kw):
     with PrintStderr():
         gapi.publish(runs=runs,
                      cwd=self.cwd,
                      guild_home=self.guild_home,
                      **kw)