chore: update Makefile to skip publishing if package already exists (#3077)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-07-30 13:18:34 -03:00 committed by GitHub
commit 554294c2cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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