Skip to content

Commit f100d32

Browse files
committed
publish workflow waits for call-build to finish
1 parent d904277 commit f100d32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
call-build:
1010
uses: ./.github/workflows/package.yml
1111
publish-to-pypi:
12+
needs: call-build
1213
runs-on: ubuntu-latest
1314
defaults:
1415
run:

0 commit comments

Comments
 (0)