From d2f5e8c7579118d6561579612e58abf2914a67c0 2013-05-12 10:22:14 From: Lance Edgar Date: 2013-05-12 10:22:14 Subject: [PATCH] Added PyPI registration and upload to Fabric script. --- diff --git a/fabfile.py b/fabfile.py index 532102ee53951e6532913be465dbf6e11060f1bc..2fe5598ab28ee536e6342f947f9f92a58e123b25 100644 --- a/fabfile.py +++ b/fabfile.py @@ -36,7 +36,7 @@ def release(): Release a new version of 'rattail'. """ - local("python setup.py egg_info --tag-build='' sdist --formats=gztar") + local("python setup.py egg_info --tag-build='' sdist --formats=gztar register upload") filename = 'rattail-{0}.tar.gz'.format(__version__)