Skip to content

Commit

Permalink
Prepare next release (#774)
Browse files Browse the repository at this point in the history
* Prepare for next release

* Fix
  • Loading branch information
nathanielsimard authored Sep 6, 2023
1 parent f330f9f commit 8be5889
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,28 @@ jobs:
crate: burn-wgpu
secrets: inherit

publish-burn-core:
publish-burn-candle:
uses: burn-rs/burn/.github/workflows/publish-template.yml@main
needs:
- publish-burn-tensor
- publish-burn-autodiff
- publish-burn-tch
with:
crate: burn-candle
secrets: inherit

publish-burn-core:
uses: burn-rs/burn/.github/workflows/publish-template.yml@main
needs:
- publish-burn-dataset
- publish-burn-common
- publish-burn-derive
- publish-burn-tensor
- publish-burn-autodiff
- publish-burn-candle
- publish-burn-wgpu
- publish-burn-tch
- publish-burn-ndarray
- publish-burn-common
with:
crate: burn-core
secrets: inherit
Expand Down

0 comments on commit 8be5889

Please sign in to comment.