Skip to content

Commit 0767a9a

Browse files
committed
Add burn-cpu publish
1 parent 48d498a commit 0767a9a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/publish.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)