chore: update Makefile to skip publishing if package already exists (#3077)
This commit is contained in:
parent
06d185a976
commit
554294c2cd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue