Skip to content

Commit be2ea39

Browse files
author
Dmitry Berezovsky
committed
Added username to PyPi upload command.
1 parent c94353e commit be2ea39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ do
4040
;;
4141
publish)
4242
echo "Uploading packages on PyPi"
43-
twine upload dist/*
43+
twine upload -u logicify dist/*
4444
;;
4545
esac
4646
shift

0 commit comments

Comments
 (0)