In makefile, add warning in comment about using upload-pypi

Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
David A. Wheeler 2017-09-02 21:04:18 -04:00
parent 3ecde32e8e
commit 9a55bdd175
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ pypi: distribute
rm -fr build dist flawfinder.egg-info
python setup.py bdist_wheel --universal
# NOTE: Only do this after running "make pypi" & being satisfied with it
# Use "-r pypitest" to upload to pypitest.
upload-pypi:
twine upload dist/*