Esempio n. 1
0
def upload():
    """upload the dist to pypi"""
    build.sdist()
    local("python shell_plugins.py.in sdist upload")
Esempio n. 2
0
def upload():
    """upload the dist to pypi"""
    build.sdist()
    local("python shell_plugins.py.in sdist upload")
Esempio n. 3
0
def upload():
    """upload the dist to pypi"""
    build.sdist()
    local("python setup.py sdist upload")
Esempio n. 4
0
def upload():
    """upload the dist to pypi"""
    build.sdist()
    local("python setup.py sdist upload")