We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56632f0 commit 48d498aCopy full SHA for 48d498a
.github/workflows/publish.yml
@@ -339,6 +339,9 @@ jobs:
339
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v4
340
needs:
341
- publish-burn-core
342
+ - publish-burn-optim
343
+ - publish-burn-collective
344
+ - publish-burn-ndarray
345
with:
346
crate: burn-train
347
dry-run-only: ${{ github.event_name == 'workflow_dispatch' && inputs.dry-run-only || false }}
0 commit comments