Skip to content

Commit

Permalink
* add upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jintin committed Feb 22, 2016
1 parent 06088d5 commit 27bf4a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions upload.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env python

import os
import andle
os.system("sudo rm -rf dist")
os.system("sudo python setup.py sdist")
os.system("twine upload dist/andle-" + andle.__version__ + ".tar.gz")

0 comments on commit 27bf4a4

Please sign in to comment.