Skip to content

Commit 0e08403

Browse files
committed
Update notes in makefile
1 parent 487df45 commit 0e08403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ help:
2323
@echo "$(COLOR_WARNING)build$(COLOR_NONE)"
2424
@echo "$(COLOR_OK) build:dist Build the distribution for publishing$(COLOR_NONE)"
2525
@echo "$(COLOR_WARNING)publish$(COLOR_NONE)"
26-
@echo "$(COLOR_OK) publish:test Publish distribution to testpypi$(COLOR_NONE)"
27-
@echo "$(COLOR_OK) publish:prod Publish distribution to pypi$(COLOR_NONE)"
26+
@echo "$(COLOR_OK) publish:test Publish distribution to testpypi (Will ask for credentials)$(COLOR_NONE)"
27+
@echo "$(COLOR_OK) publish:prod Publish distribution to pypi (Will ask for credentials)$(COLOR_NONE)"
2828

2929

3030
build\:dist:

0 commit comments

Comments
 (0)