Skip to content

Commit

Permalink
pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Sep 10, 2017
1 parent efb85df commit c34dac1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ win-upload-exes:

# All the necessary steps before making a release.
pre-release:
${MAKE} generate-manifest
@PYTHONWARNINGS=all $(PYTHON) -c "import subprocess, sys; out = subprocess.check_output('git diff-index HEAD --', shell=True).strip(); sys.exit('there are uncommitted changes') if out else sys.exit(0);"
${MAKE} sdist
${MAKE} install
Expand Down

0 comments on commit c34dac1

Please sign in to comment.