Tweak release task per newer conventions

This commit is contained in:
Lance Edgar 2017-07-07 10:26:40 -05:00
parent 6a8ccbbceb
commit e089e9454b

2
fabfile.py vendored
View file

@ -32,4 +32,4 @@ def release():
Release a new version of 'rattail_cognitive'. Release a new version of 'rattail_cognitive'.
""" """
shutil.rmtree('rattail_cognitive.egg-info') shutil.rmtree('rattail_cognitive.egg-info')
local('python setup.py sdist --formats=gztar register upload') local('python setup.py sdist --formats=gztar upload')