Skip to content

Commit

Permalink
Add burn-jit crate to publish workflow (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
laggui authored Apr 12, 2024
1 parent 63947d2 commit 9ce9dd4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ jobs:
crate: burn-fusion
secrets: inherit

publish-burn-jit:
uses: tracel-ai/burn/.github/workflows/publish-template.yml@main
needs:
- publish-burn-common
- publish-burn-fusion
- publish-burn-tensor
with:
crate: burn-jit
secrets: inherit

publish-burn-autodiff:
uses: tracel-ai/burn/.github/workflows/publish-template.yml@main
needs:
Expand Down

0 comments on commit 9ce9dd4

Please sign in to comment.