Skip to content

Commit 48d498a

Browse files
committed
Fix burn-train publish
1 parent 56632f0 commit 48d498a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,9 @@ jobs:
339339
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v4
340340
needs:
341341
- publish-burn-core
342+
- publish-burn-optim
343+
- publish-burn-collective
344+
- publish-burn-ndarray
342345
with:
343346
crate: burn-train
344347
dry-run-only: ${{ github.event_name == 'workflow_dispatch' && inputs.dry-run-only || false }}

0 commit comments

Comments
 (0)