From 173e622567a169b960c1dfbef1b1f4b2234abe9d Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 6 Feb 2021 11:17:14 +0100 Subject: [PATCH] Update upload command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 56754cc1..fa5c7d88 100644 --- a/Makefile +++ b/Makefile @@ -150,7 +150,7 @@ publish-no-test: @echo "$(VERSION)" | grep -q "dev" && echo '!!!Not publishing dev version!!!' && exit 1 || echo ok make build make twine-check - $(VENV_BIN)/twine upload dist/* + $(VENV_BIN)/twine upload --repository=httpie dist/* @echo