From 247809aa54990c714fc5ecad9de436b89981ecb2 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 19 Feb 2022 16:47:39 +0200 Subject: [PATCH] Remove non-existent commands from help --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 0c018ad5d..a7738ef0c 100644 --- a/Makefile +++ b/Makefile @@ -44,8 +44,6 @@ help: @echo " lint-fix run black and isort to (mostly) fix lint issues." @echo " release-test run code and package tests before release" @echo " test run tests on installed pillow" - @echo " upload build and upload sdists to PyPI" - @echo " upload-test build and upload sdists to test.pythonpackages.com" .PHONY: inplace inplace: clean