We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rerun
In addition to our wheels, expose pre-compiled artifacts for the usual macOS/linux/windows + x64/arm64 pairs.
The text was updated successfully, but these errors were encountered:
spawn
Automatically synchronize build.rerun.io & release assets (#3945)
aec440c
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
teh-cmc
Successfully merging a pull request may close this issue.
In addition to our wheels, expose pre-compiled artifacts for the usual macOS/linux/windows + x64/arm64 pairs.
The text was updated successfully, but these errors were encountered: