Skip to content

Commit

Permalink
Added produpload in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalbala-nps committed Apr 26, 2020
1 parent d446baa commit 790602a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ build:
echo dialogflowpy_webhook module has been successfully built. It is available in the dist directory

testupload:
python3 -m twine upload --repository testpypi dist/*
python3 -m twine upload --repository testpypi dist/*

produpload:
python3 -m twine upload dist/*

0 comments on commit 790602a

Please sign in to comment.