summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62b79c8b..f47d262c 100644
--- a/Makefile
+++ b/Makefile
@@ -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