Skip to content

Commit 91e099b

Browse files
authored
ci: fix invalid pip3 command
1 parent ec421bd commit 91e099b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ifeq ($(strip $(TWINE_PASSWORD)),)
7878
exit -1
7979
endif
8080
@echo "Publishing library to PyPi"
81-
pip3 install --user twine
81+
pip3 install twine
8282
twine upload dist/*
8383
@echo "Library published"
8484

0 commit comments

Comments
 (0)