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