コード例 #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
ファイル: pypi.py プロジェクト: jeff-ridgeway/cloudmesh
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")