From bf3fbe3e9658f214f3f81bdf9564a6aa6ddf680b Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Sun, 4 May 2025 19:52:27 +0800 Subject: [PATCH] fix: workflow job dependency --- .github/workflows/auto_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml index 2398ae065..146037529 100644 --- a/.github/workflows/auto_release.yml +++ b/.github/workflows/auto_release.yml @@ -37,7 +37,7 @@ jobs: build-and-publish-to-pypi: # 构建并发布到 PyPI runs-on: ubuntu-latest - needs: build + needs: build-and-publish-to-github-release steps: - name: Checkout repository uses: actions/checkout@v4 @@ -59,4 +59,4 @@ jobs: env: UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }} run: | - uv publish \ No newline at end of file + uv publish