We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d904277 commit f100d32Copy full SHA for f100d32
.github/workflows/publish.yml
@@ -9,6 +9,7 @@ jobs:
9
call-build:
10
uses: ./.github/workflows/package.yml
11
publish-to-pypi:
12
+ needs: call-build
13
runs-on: ubuntu-latest
14
defaults:
15
run:
0 commit comments