def publish(): run('python setup.py sdist upload -r pypi') run('python setup.py bdist_wheel upload -r pypi')