Skip to content

Commit

Permalink
Fix punctuation in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Jul 11, 2018
1 parent 5262476 commit 16226b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag_and_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ release () {
echo "======================================================================="
sleep 1
echo "======================================================================="
echo "Push to PyPi, This will require your username and password"
echo "Push to PyPi. This will require your username and password"
echo "======================================================================="
twine upload dist/*
}
Expand Down

0 comments on commit 16226b7

Please sign in to comment.