Skip to content

Commit

Permalink
ci: fix invalid pip3 command
Browse files Browse the repository at this point in the history
  • Loading branch information
filipowm authored Nov 26, 2020
1 parent ec421bd commit 91e099b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ifeq ($(strip $(TWINE_PASSWORD)),)
exit -1
endif
@echo "Publishing library to PyPi"
pip3 install --user twine
pip3 install twine
twine upload dist/*
@echo "Library published"

Expand Down

0 comments on commit 91e099b

Please sign in to comment.