fix: workflow job dependency

This commit is contained in:
Soulter
2025-05-04 19:52:27 +08:00
committed by GitHub
parent 0a93d22bc8
commit bf3fbe3e96
+2 -2
View File
@@ -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
uv publish