Skip to content

Commit 69c1cee

Browse files
committed
Fix depend
1 parent 5325a6a commit 69c1cee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
publish-qoco-to-testpypi:
9494
name: Publish QOCO Wheels to TestPyPI
9595
needs:
96-
- build
96+
- build_sdist
97+
- build_wheels
9798
runs-on: ubuntu-latest
9899

99100
environment:

0 commit comments

Comments
 (0)