Skip to content

Commit

Permalink
release script does sdist upload now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Reifschneider committed Mar 29, 2013
1 parent b93ce7b commit 0910559
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions releasescript.auto
Expand Up @@ -12,3 +12,6 @@ sed --in-place 's/^__version__ .*$/__version__ = "'"$rev"'"/' memcache.py
pydoc -w ./memcache.py pydoc -w ./memcache.py


rm -f releasescript.auto rm -f releasescript.auto

python setup.py sdist upload
rm *.pyc dist python_memcached.egg-info

0 comments on commit 0910559

Please sign in to comment.