This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "" | |
echo "Cut a release with gitflow and upload to PyPi." | |
echo "$PWD" | |
# show git status | |
echo "" | |
echo "* git status" | |
echo "-----------------------------------------" |
NewerOlder