Skip to content

Commit 247809a

Browse files
committed
Remove non-existent commands from help
1 parent 3f06b0e commit 247809a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ help:
4444
@echo " lint-fix run black and isort to (mostly) fix lint issues."
4545
@echo " release-test run code and package tests before release"
4646
@echo " test run tests on installed pillow"
47-
@echo " upload build and upload sdists to PyPI"
48-
@echo " upload-test build and upload sdists to test.pythonpackages.com"
4947

5048
.PHONY: inplace
5149
inplace: clean

0 commit comments

Comments
 (0)