From 03e08f28254f224bd1fb1f41a523fbc468e4bb16 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 29 Apr 2026 20:23:32 +0000 Subject: [PATCH] fix pypi --- python-client/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-client/build.sh b/python-client/build.sh index 825d0f3933..4234de96b5 100755 --- a/python-client/build.sh +++ b/python-client/build.sh @@ -22,9 +22,10 @@ sed -z " npx @redocly/openapi-cli@latest bundle openapi/openapi.yaml > openapi-bundled.yaml -sed -z 's/FlowModuleValue:/FlowModuleValue2:/' openapi-bundled.yaml > openapi-decycled.yaml +sed -z 's/FlowModuleValue:/FlowModuleValue2:/;s/RestartedFrom:/RestartedFrom2:/' openapi-bundled.yaml > openapi-decycled.yaml echo " FlowModuleValue: {}" >> openapi-decycled.yaml +echo " RestartedFrom: {}" >> openapi-decycled.yaml npx @redocly/openapi-cli@latest bundle openapi-decycled.yaml --ext json -d > openapi-deref.json sed '$d' .gitignore > .gitignore2