File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,18 @@ jobs:
210210 secrets :
211211 CRATES_IO_API_TOKEN : ${{ secrets.CRATES_IO_API_TOKEN }}
212212
213+ publish-burn-cpu :
214+ uses : tracel-ai/github-actions/.github/workflows/publish-crate.yml@v4
215+ needs :
216+ - publish-burn-tensor
217+ - publish-burn-fusion
218+ - publish-burn-cubecl
219+ with :
220+ crate : burn-cpu
221+ dry-run-only : ${{ github.event_name == 'workflow_dispatch' && inputs.dry-run-only || false }}
222+ secrets :
223+ CRATES_IO_API_TOKEN : ${{ secrets.CRATES_IO_API_TOKEN }}
224+
213225 publish-burn-cuda :
214226 uses : tracel-ai/github-actions/.github/workflows/publish-crate.yml@v4
215227 needs :
@@ -357,6 +369,7 @@ jobs:
357369 - publish-burn-collective
358370 - publish-burn-store
359371 - publish-burn-train
372+ - publish-burn-cpu
360373 with :
361374 crate : burn
362375 dry-run-only : ${{ github.event_name == 'workflow_dispatch' && inputs.dry-run-only || false }}
You can’t perform that action at this time.
0 commit comments