Skip to content

Instantly share code, notes, and snippets.

@andrewgross
Created July 10, 2013 16:28
Show Gist options
  • Save andrewgross/5967800 to your computer and use it in GitHub Desktop.
Save andrewgross/5967800 to your computer and use it in GitHub Desktop.
publish:
@if [ -e "$$HOME/.pypirc" ]; then \
echo "Uploading to Pypi"; \
python setup.py register ; \
python setup.py sdist upload ; \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment