Skip to content

Commit 6878f66

Browse files
committed
fix(publish): don't publish conda packages until python builds are done
1 parent 9b364dd commit 6878f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
script: "ci/build_docs.sh"
7171
sha: ${{ inputs.sha }}
7272
upload-conda:
73-
needs: [conda-cpp-build]
73+
needs: [conda-cpp-build, conda-python-build]
7474
secrets: inherit
7575
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@python-3.14
7676
with:

0 commit comments

Comments
 (0)