summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2022-09-06 19:48:27 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2022-09-06 19:48:27 +0200
commit5cf18078d81741f1783100ec62e85fab6ba55e91 (patch)
tree9a9e207da1a4e7ae7064975ca2f442b8d754f02d /Makefile
parent70eecaf44d61f2cabcd22ffb407b904242a122c9 (diff)
downloadpsutil-5cf18078d81741f1783100ec62e85fab6ba55e91.tar.gz
add ifconfig test case for NIC flags re. to #2037
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05ca5655..caf4c9e9 100644
--- a/Makefile
+++ b/Makefile
@@ -248,7 +248,7 @@ print-wheels: ## Print downloaded wheels
# ===================================================================
git-tag-release: ## Git-tag a new release.
- git tag -a release-`python -c "import setup; print(setup.get_version())"` -m `git rev-list HEAD --count`:`git rev-parse --short HEAD`
+ git tag -a release-`python3 -c "import setup; print(setup.get_version())"` -m `git rev-list HEAD --count`:`git rev-parse --short HEAD`
git push --follow-tags
sdist: ## Create tar.gz source distribution.