Skip to content

Commit e36015c

Browse files
committed
CI: fix wheel path
1 parent dd78cf7 commit e36015c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315
# ===============================================================================
316316
release: # 创建Release
317317
runs-on: ubuntu-latest
318-
needs: build # test_project
318+
needs: [build, test_project]
319319
permissions:
320320
contents: write
321321

0 commit comments

Comments
 (0)