Skip to content

Commit

Permalink
Add new publish shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
streeter committed Mar 2, 2015
1 parent 171e795 commit 283bfab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@


if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
os.system('python setup.py register sdist upload')
os.system('python setup.py register bdist_wheel upload')
os.system('python setup.py ')
sys.exit()


Expand Down

0 comments on commit 283bfab

Please sign in to comment.