Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Add build-and-upload command#278

Merged
danieldk merged 1 commit intomainfrom
build-and-upload
Oct 28, 2025
Merged

Add build-and-upload command#278
danieldk merged 1 commit intomainfrom
build-and-upload

Conversation

@danieldk
Copy link
Member

This does what it says on the tin. The upload location can be configured in build.toml:

[general.hub]
repo-id = "kernels-community/relu-upload-test"
branch = "upload-test"

If repo_id is absent, then kernels-commumity/<kernel-name> is used. If branch is absent, then main is used.

Fixes #204.

This does what it says on the tin. The upload location can be
configured in `build.toml`:

```
[general.hub]
repo-id = "kernels-community/relu-upload-test"
branch = "upload-test"
```

If `repo_id` is absent, then `kernels-commumity/<kernel-name>` is used. If
`branch` is absent, then `main` is used.
Copy link
Contributor

@MekkCyber MekkCyber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@danieldk danieldk merged commit 2897889 into main Oct 28, 2025
28 checks passed
@danieldk danieldk deleted the build-and-upload branch October 28, 2025 09:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add build-and-upload command

2 participants