summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-09-10 13:26:08 +0800
committerGiampaolo Rodola <g.rodola@gmail.com>2017-09-10 13:26:08 +0800
commitc34dac19561501a2b37262f139248552e46c338c (patch)
tree9904a54235ac150da21d96e8e231ebae098cedfd
parentefb85df904b693eb8ab540fc3959cfdc439ef396 (diff)
downloadpsutil-release-5.3.1.tar.gz
pre releaserelease-5.3.1
-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