From 554294c2cd3f8e00cc21f870c5332699b72aaea6 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 30 Jul 2024 13:18:34 -0300 Subject: [PATCH] chore: update Makefile to skip publishing if package already exists (#3077) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4ac537f8..4b44fa677 100644 --- a/Makefile +++ b/Makefile @@ -389,7 +389,7 @@ update: ## update dependencies poetry update publish_base: - cd src/backend/base && poetry publish + cd src/backend/base && poetry publish --skip-existing publish_langflow: poetry publish