Skip to content

Commit

Permalink
Correct Makefile verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bach committed Jan 19, 2017
1 parent a2826fb commit 77930c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ assets:

release: dist man
ls -l dist
echo "uploading above to PyPi, using twine"
echo "Uploading dist/* to PyPi, using twine"
twine upload -s --sign-with gpg2 dist/*

dist: clean docs assets
Expand Down

0 comments on commit 77930c4

Please sign in to comment.