From 7e574417ab301edcdd5366e6146d91999af745b3 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Thu, 9 Jan 2025 18:54:22 -0800 Subject: [PATCH] bugfix --- .github/workflows/publish-to-test-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 746d4a098..c4c80ebdc 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -50,7 +50,7 @@ jobs: build: name: Build distribution 📦 - needs: trigger-client-build # Wait for client build to complete + needs: trigger-client-and-models-build # Wait for client build to complete runs-on: ubuntu-latest steps: