Skip to content

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
Collaborator

@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 join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add build-and-upload command

3 participants