We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec421bd commit 91e099bCopy full SHA for 91e099b
1 file changed
Makefile
@@ -78,7 +78,7 @@ ifeq ($(strip $(TWINE_PASSWORD)),)
78
exit -1
79
endif
80
@echo "Publishing library to PyPi"
81
- pip3 install --user twine
+ pip3 install twine
82
twine upload dist/*
83
@echo "Library published"
84
0 commit comments