示例#1
0
文件: pypi.py 项目: rajpushkar83/base
def upload():
    """upload the dist to pypi"""
    build.sdist()
    local("python shell_plugins.py.in sdist upload")
示例#2
0
文件: pypi.py 项目: zaber-paul/base
def upload():
    """upload the dist to pypi"""
    build.sdist()
    local("python shell_plugins.py.in sdist upload")
示例#3
0
def upload():
    """upload the dist to pypi"""
    build.sdist()
    local("python setup.py sdist upload")
示例#4
0
def upload():
    """upload the dist to pypi"""
    build.sdist()
    local("python setup.py sdist upload")