Skip to content

Commit

Permalink
Add release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Łowicki committed Mar 17, 2016
1 parent 6a82d2e commit 2fc1a24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

echo -n "Version: "
read version

git tag $version
git push --tags origin master
python setup.py sdist upload -r pypi

0 comments on commit 2fc1a24

Please sign in to comment.