Update upload command

This commit is contained in:
Jakub Roztocil 2021-02-06 11:17:14 +01:00
parent 3426030370
commit 173e622567

View File

@ -150,7 +150,7 @@ publish-no-test:
@echo "$(VERSION)" | grep -q "dev" && echo '!!!Not publishing dev version!!!' && exit 1 || echo ok @echo "$(VERSION)" | grep -q "dev" && echo '!!!Not publishing dev version!!!' && exit 1 || echo ok
make build make build
make twine-check make twine-check
$(VENV_BIN)/twine upload dist/* $(VENV_BIN)/twine upload --repository=httpie dist/*
@echo @echo