gpgit.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:gpgit 作者: NicoHood 项目源码 文件源码
def __init__(self, config, assets):
        # Params
        self.config = config
        self.assets = assets
        self.newassets = []

        # Github API
        self.github = None
        self.githubuser = None
        self.githubrepo = None
        self.release = None

        # Initialize parent
        Step.__init__(self, 'Upload the release',
                      Substep('Configure HTTPS download server', self.substep1),
                      Substep('Upload to Github', self.substep2))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号