Add help text line for the test_release target.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-04-19 23:26:39 -04:00
parent 5192b3af02
commit a6f58a62ee

View File

@@ -23,6 +23,7 @@ help:
@echo "sdist - Build the source distribution package."
@echo "wheel - Build the wheel distribution package."
@echo "release - Package (sdist and wheel) and upload a release."
@echo "test_release - Package (sdist and wheel) and upload to the PyPI test server."
@echo "runserver - Run the development server."
@echo "runserver_plus - Run the Django extension's development server."