Changeset - 4ae4989cb7e7
[Not reviewed]
0 1 0
Lance Edgar (lance) - 11 years ago 2013-05-22 20:10:35
lance@edbob.org
Tweaked Fabric `release` command.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
fabfile.py
Show inline comments
 
@@ -38,7 +38,7 @@ def release():
 
    """
 

	
 
    shutil.rmtree('rattail.egg-info')
 
    local("python setup.py egg_info --tag-build='' sdist --formats=gztar register upload")
 
    local('python setup.py sdist --formats=gztar register upload')
 

	
 
    filename = 'rattail-{0}.tar.gz'.format(__version__)
 

	
0 comments (0 inline, 0 general)