Skip to content

Commit

Permalink
Add burn-remote to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
laggui committed Jan 14, 2025
1 parent cdcff03 commit 59a2e3b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ on:
- "v*"

jobs:
publish-burn-router:
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v1
with:
crate: burn-router
needs:
- publish-burn-common
- publish-burn-tensor
# dev dependencies
- publish-burn-autodiff
- publish-burn-ndarray
- publish-burn-wgpu
secrets:
CRATES_IO_API_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }}

publish-burn-remote:
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v1
with:
crate: burn-derive
needs:
- publish-burn-common
- publish-burn-tensor
- publish-burn-router
secrets:
CRATES_IO_API_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }}

publish-burn-derive:
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v1
with:
Expand Down Expand Up @@ -162,6 +187,7 @@ jobs:
- publish-burn-tch
- publish-burn-ndarray
- publish-burn-candle
- publish-burn-remote
with:
crate: burn-core
secrets:
Expand Down

0 comments on commit 59a2e3b

Please sign in to comment.