summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-11-14 01:09:11 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-11-14 01:09:11 +0100
commit2b914e46b2ca43eef8d94c70745112bf7548c017 (patch)
treee95d32b28a3e643d1da7eb030410afb38ca12d0e /Makefile
parent6c6c8023b5f2606f742635af508c92071ddf1abe (diff)
downloadpsutil-prlimit.tar.gz
update docprlimit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7ec0b808..06ec7ea8 100644
--- a/Makefile
+++ b/Makefile
@@ -220,7 +220,7 @@ download-wheels-github: ## Download latest wheels hosted on github.
download-wheels: ## Download wheels from github and appveyor
rm -rf dist
- ${MAKE} download-wheels-appveyor
+ # ${MAKE} download-wheels-appveyor
${MAKE} download-wheels-github
${MAKE} print-wheels
@@ -279,9 +279,9 @@ pre-release: ## Check if we're ready to produce a new release.
assert ver in doc, '%r not in docs/index.rst' % ver; \
assert ver in history, '%r not in HISTORY.rst' % ver; \
assert 'XXXX' not in history, 'XXXX in HISTORY.rst';"
- $(PYTHON) -c "import subprocess, sys; out = subprocess.check_output('git diff --quiet && git diff --cached --quiet', shell=True).strip(); sys.exit('there are uncommitted changes:\n%s' % out) if out else 0 ;"
release: ## Create a release (down/uploads tar.gz, wheels, git tag release).
+ $(PYTHON) -c "import subprocess, sys; out = subprocess.check_output('git diff --quiet && git diff --cached --quiet', shell=True).strip(); sys.exit('there are uncommitted changes:\n%s' % out) if out else 0 ;"
$(PYTHON) -m twine upload dist/* # upload tar.gz and Windows wheels on PyPI
${MAKE} git-tag-release
${MAKE} tidelift-relnotes