Prepare next release (#774)

* Prepare for next release

* Fix
This commit is contained in:
Nathaniel Simard 2023-09-06 09:29:05 -04:00 committed by GitHub
parent f330f9f73d
commit 8be5889367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 3 deletions

View File

@ -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-derive
- publish-burn-ndarray
- publish-burn-common
- publish-burn-derive
- publish-burn-tensor
- publish-burn-autodiff
- publish-burn-candle
- publish-burn-wgpu
- publish-burn-tch
- publish-burn-ndarray
with:
crate: burn-core
secrets: inherit