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