Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up rerun binary release artifacts #2107

Closed
Tracked by #3942
teh-cmc opened this issue May 12, 2023 · 0 comments · Fixed by #3945
Closed
Tracked by #3942

Set up rerun binary release artifacts #2107

teh-cmc opened this issue May 12, 2023 · 0 comments · Fixed by #3945
Assignees
Labels
⛴ release Related to shipping or publishing

Comments

@teh-cmc
Copy link
Member

teh-cmc commented May 12, 2023

In addition to our wheels, expose pre-compiled artifacts for the usual macOS/linux/windows + x64/arm64 pairs.

@teh-cmc teh-cmc added the ⛴ release Related to shipping or publishing label May 12, 2023
@teh-cmc teh-cmc self-assigned this Oct 20, 2023
teh-cmc added a commit that referenced this issue Oct 23, 2023
This introduces new scripts and workflows to synchronize the contents of
our cloud storage (`build.rerun.io`) with our release assets.

This can either be run manually from a dev machine, e.g.:
```sh
python scripts/ci/sync_release_assets.py --github-release prerelease --github-token <GITHUB_TOKEN> --remove --update
```
or manually dispatched through the Actions interface, e.g.
[here](https://github.com/rerun-io/rerun/actions/runs/6613455304/job/17961328298#step:7:25).

It will run automatically as part of the pre-release process on
push-to-main.

---

Here's how that looks today:

![image](https://github.com/rerun-io/rerun/assets/2910679/9fdc4664-ade3-40f6-bcdb-bdef76e2effe)


---

- Part of #3942 
- Fixes #2107
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⛴ release Related to shipping or publishing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant