Skip to content

Commit

Permalink
added publish.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleykendall committed May 2, 2015
1 parent 6c8cd39 commit a4ce666
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions publish.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import subprocess

subprocess.call(['pip', 'install', 'wheel'])
subprocess.call(['python', 'setup.py', 'clean', '--all'])
subprocess.call(['python', 'setup.py', 'register', 'sdist', 'bdist_wheel', 'upload'])

0 comments on commit a4ce666

Please sign in to comment.