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

v0.0.1 of DepthaiViewer, WIP #1

Merged
merged 117 commits into from
May 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
117 commits
Select commit Hold shift + click to select a range
8102b05
node graph scaffolding and a bit of depthai integration
zrezke Mar 22, 2023
43e58fd
remove import
zrezke Mar 22, 2023
da7bcd7
left, right + depth
zrezke Mar 23, 2023
7cd2133
fix fps sliders for mono cams
zrezke Mar 23, 2023
742b49d
partial refactor, partially added support for device selection.
zrezke Mar 24, 2023
702b469
pc support + currently selected device fixes
zrezke Mar 27, 2023
a39b0ce
reafactor subscriptions to api, doesn't work too well, trouble with s…
zrezke Mar 28, 2023
ae5fbad
Partially migrated to websockets for the api
zrezke Mar 30, 2023
511d09d
finish moving to websockets for the config api
zrezke Mar 31, 2023
3d5ad75
Merge pull request #2 from zrezke/depthai-pipeline-graph
zrezke Mar 31, 2023
113f4a6
Merge branch 'main' of github.com:rerun-io/rerun
zrezke Mar 31, 2023
8b8603b
fix issues after merge, retry websocket connections
zrezke Mar 31, 2023
25a887a
fix ws thread not exiting
zrezke Mar 31, 2023
dad525b
sleep for 1 sec before trying to reconnect
zrezke Mar 31, 2023
d0ab33d
Ai support + imu support + rotate camera + bug fixes (#9)
zrezke Apr 17, 2023
c0886c6
Merge upstream (#10)
zrezke Apr 17, 2023
26fd6c2
expose depth config, get available sensor resolutions for the selecte…
zrezke Apr 18, 2023
31cbf72
move removing entities to a place where the removal will always be tr…
zrezke Apr 18, 2023
fbed2fc
added depth alignment
zrezke Apr 18, 2023
c31064e
added stream enabled buttons
zrezke Apr 19, 2023
df9b4cb
Merge branch 'main' of github.com:rerun-io/rerun into develop
zrezke Apr 19, 2023
be58f9a
Depth cloud textures are now cached frame-to-frame (#1913)
Wumpf Apr 19, 2023
3d99dca
fixes after merging
zrezke Apr 19, 2023
2316076
Smooth out scroll wheel input for camera zooming (#1920)
Wumpf Apr 19, 2023
fce9cf4
Always spawn instead of fork in multiprocessing example (#1922)
jleibs Apr 19, 2023
207a283
Add `--num-frames` arg to canny (webcam) example (#1923)
teh-cmc Apr 19, 2023
69d2986
fix formatting issues
zrezke Apr 19, 2023
77bbed6
rerun format fix
zrezke Apr 19, 2023
10e7b2b
fix spelling
zrezke Apr 19, 2023
f295dfc
lint check fixes
zrezke Apr 19, 2023
8921ede
mypy
zrezke Apr 19, 2023
0fae7fa
some more lint fixes
zrezke Apr 19, 2023
5d5b96d
some more fixes for python lint checks
zrezke Apr 19, 2023
61d905d
Collect extra egui features into the main Cargo.toml (#1926)
emilk Apr 19, 2023
b14087b
just rs-run-all
teh-cmc Apr 19, 2023
42a5ba2
`just py-run-all-{native|web|rrd}` (#1927)
teh-cmc Apr 19, 2023
677bbc8
bump version
zrezke Apr 19, 2023
2296ed5
comment out clang
zrezke Apr 19, 2023
3f08dae
Join threads at end of multi-threading example (#1934)
jleibs Apr 19, 2023
5ae7480
Add argument parsing to the rerun_demo (#1925)
jleibs Apr 19, 2023
b310010
More robust wait for exit condition during .serve() (#1939)
jleibs Apr 20, 2023
a7ddf49
Use zipfile python library instead of `unzip` command in arkitscene (…
Wumpf Apr 20, 2023
afd87b6
Fix annotation images sometimes drawn in the background. (#1933)
Wumpf Apr 20, 2023
ee9a947
Fix backslashes in arkitscene rigid transformation path (#1938)
Wumpf Apr 20, 2023
f940fc4
Fix hover/select highlights when picking single points in a scene wit…
Wumpf Apr 20, 2023
0a1d686
Fix hovering depth clouds (#1943)
Wumpf Apr 20, 2023
8ef5550
change python workflow for testing purposes, remove windows and macos…
zrezke Apr 20, 2023
7b98d64
add back one macos so the matrix is valid
zrezke Apr 20, 2023
698540b
2.5GB before GC kick in on web (#1944)
teh-cmc Apr 20, 2023
82fce98
change name to depthai-viewer
zrezke Apr 20, 2023
a50adda
change pip install/uninstalls from rerun-sdk to depthai-viewer
zrezke Apr 20, 2023
4942da5
change all occurances of rerun-sdk to depthai-viewer
zrezke Apr 20, 2023
fbb53d9
change windows runner to windows-latest for now when using my persona…
zrezke Apr 20, 2023
0116c50
Release `0.5.0` (#1919)
teh-cmc Apr 20, 2023
5464ad3
Fix imu plots scrolling past their container
zrezke Apr 20, 2023
cb05c3a
fix bottom/top panel sizing after showing the spinner on config setting
zrezke Apr 20, 2023
f5e0e4d
Lint error names in `map_err` (#1948)
emilk Apr 20, 2023
c583711
fix config and stats tabs not being able to be viewed at the same tim…
zrezke Apr 20, 2023
bbf4a26
New dispatch-only workflow for running the lint-job (#1950)
jleibs Apr 20, 2023
4848f98
Fix secret in dispatch_lint.yml
jleibs Apr 20, 2023
98f7de3
Only maintain a single manual-dispatch job for testing workflows
jleibs Apr 20, 2023
0dad808
apply button, have to make it look a bit nicer, but will do that when…
zrezke Apr 20, 2023
8bbb3f4
Bump hyper version due to RUSTSEC-2023-0034 (#1951)
jleibs Apr 20, 2023
dbdf275
Add other build parameterizations to manual_dispatch.yml
jleibs Apr 20, 2023
9ad6201
Use proper if gates on the manual_dispatch.yml jobs
jleibs Apr 20, 2023
5c61b37
Add ability to save cache to manual_disaptch.yml
jleibs Apr 20, 2023
2729c71
Standard case of inputs
jleibs Apr 21, 2023
a3178e6
Add manual step for packaging to 'manual_dispatch.yml'
jleibs Apr 21, 2023
f9fbfc6
add back panels when the underlying subscription reappears
zrezke Apr 21, 2023
593a34b
Fix crash for missing class ids causing zero sized texture (#1947)
Wumpf Apr 21, 2023
fac6f04
fixes LR stream subscriptions (maybe breaks panels reappearing after …
zrezke Apr 21, 2023
f70b85c
make config ui scrollable, fix padding
zrezke Apr 21, 2023
858f86d
Move clippy_wasm/clippy.toml to under scripts (#1949)
emilk Apr 21, 2023
8bc6712
change crate version to 0.6.0-alpha.0 (#1952)
Wumpf Apr 21, 2023
3bc2cb7
New workflow_dispatch for building wheels for a PR
jleibs Apr 22, 2023
c03ed12
initial light mode, luxonis depthai viewer
zrezke Apr 24, 2023
778c4d3
Rename build_wheels_for_pr.yml -> manual_build_wheels_for_pr.yml
jleibs Apr 25, 2023
f0fdcf3
Fix run-wasm crash on trying to wait for server (#1959)
Wumpf Apr 25, 2023
eef4758
Update egui to latest and wgpu to 0.16 (#1958)
Wumpf Apr 25, 2023
ad46760
Handle leaking of prerelease into alpha version (#1953)
jleibs Apr 25, 2023
5283ce7
Make device config panel remember it's height throughout loading
zrezke Apr 25, 2023
8fa6f23
hide time panel, make ai model dropdown wider
zrezke Apr 25, 2023
049cfaa
Fix incorrect memory usage stats for destroyed on-creation-mapped buf…
Wumpf Apr 25, 2023
840a127
New manual workflow for running benches
jleibs Apr 25, 2023
7eaf158
Introduce new reusable workflow jobs and cleanup manual trigger (#1954)
jleibs Apr 25, 2023
01080d6
New manual workflow for adhoc web builds
jleibs Apr 25, 2023
ff436d8
Use new CI workflows for pull-request and merge to main (#1955)
jleibs Apr 25, 2023
bf5f633
Fix name of on_push_main.yml
jleibs Apr 25, 2023
579ce91
Fix usage of long commit in generate_prerelease_pip_index.py
jleibs Apr 26, 2023
d686ca2
Try making pull-request workflows non-concurrent (#1970)
jleibs Apr 26, 2023
e4814bc
Another attempt to make jobs non-concurrent on a per-PR basis (#1974)
jleibs Apr 26, 2023
0ad1998
Jobs with duplicated instances still need separate concurrency keys b…
jleibs Apr 26, 2023
f8d8e90
Round to nearest color_index when doing color mapping (#1969)
jleibs Apr 26, 2023
8f03908
Full (experimental) WebGPU support (#1965)
Wumpf Apr 26, 2023
193ead3
move backend to rerun
zrezke Apr 26, 2023
95891e4
If there's a `{{ pr-build-summary }}` in the PR description, update i…
jleibs Apr 26, 2023
174f3ff
Run the cube notebook on PR (#1972)
jleibs Apr 26, 2023
beeaf4c
reformat py files
zrezke Apr 26, 2023
c84154e
Merge pull request #16 from zrezke/ui-ux-fixes-before-release
zrezke Apr 26, 2023
4bb5935
reformat
zrezke Apr 26, 2023
e331e35
Merge pull request #17 from zrezke/ui-ux-fixes-before-release
zrezke Apr 26, 2023
468989e
fix pylint errors
zrezke Apr 26, 2023
1082a90
Merge pull request #18 from zrezke/ui-ux-fixes-before-release
zrezke Apr 26, 2023
d6be388
Add ability to manually run a web build to upload to an adhoc name (#…
jleibs Apr 26, 2023
117829a
Merge branch 'main' of github.com:rerun-io/rerun into ui-ux-fixes-bef…
zrezke Apr 26, 2023
f80ed70
change entity paths
zrezke Apr 26, 2023
ac2ecfe
merged wip albedo colormap into latest depth_cloud
zrezke Apr 26, 2023
b2dc159
Merge pull request #19 from zrezke/try-to-merge-color-depthclouds
zrezke Apr 26, 2023
72c9a1f
remove pointclouds generated in sdk
zrezke Apr 26, 2023
746fb21
fix compiler error, trying to compile frame.close for wasm
zrezke Apr 28, 2023
96f8ee4
Merge branch 'develop' of github.com:zrezke/rerun into ui-ux-fixes-be…
zrezke Apr 30, 2023
bedac5e
Default to albedo texture for depth cloud, added support for mono alb…
zrezke Apr 30, 2023
e30f766
restart backend on failure, added oak_cam.device.close seems to reall…
zrezke May 3, 2023
0bf9f28
py lint fix
zrezke May 3, 2023
8c4aea5
don't run notebooks
zrezke May 3, 2023
180bec9
remove run-notebook dependency
zrezke May 3, 2023
7c7fc7a
Merge pull request #20 from zrezke/ui-ux-fixes-before-release
zrezke May 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,19 @@ run-wasm = "run --release --package run_wasm --"
# Some of our build.rs files only run if this is set,
# so that we don't run them on cargo publish or on users machines.
IS_IN_RERUN_WORKSPACE = "yes"


# [target.x86_64-unknown-linux-gnu]
# linker = "clang"
# rustflags = [
# "-C",
# "link-arg=-fuse-ld=/usr/bin/mold",
# "-C",
# "split-debuginfo=unpacked",
# ]
# web_sys_unstable_apis is required to enable the web_sys clipboard API which egui_web uses,
# https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Clipboard.html
# as well as WebGPU apis.
# https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html
[target.wasm32-unknown-unknown]
rustflags = ["--cfg=web_sys_unstable_apis"]
9 changes: 7 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ To get an auto-generated PR description you can put "copilot:summary" or "copilo
### What

### Checklist
* [ ] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [ ] I've included a screenshot or gif (if applicable)

- [ ] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
- [ ] I've included a screenshot or gif (if applicable)

<!-- This line will get updated when the PR build summary job finishes. -->

PR Build Summary: {{ pr-build-summary }}
66 changes: 66 additions & 0 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Overview

Our CI workflows make heavy usage of [Reusable Workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows). These reusable workflows can then be tested manually via the `manual_dispatch.yml` workflow.
Or integrated into CI jobs such has `on_pull_request.yml` or `on_main.yml`.

By convention:
- All reusable workflows start with the `reusable_` prefix.
- All workflows that are triggered via `workflow_dispatch` start with the `manual_` prefix.
- All workflows that are triggered via an event start with the `on_` prefix.
- `on_pull_request` is triggered on pull requests.
- `on_push_main` is triggered on pushes to the main branch.

If you are going to be doing any editing of workflows, the
[VS Code extension](https://marketplace.visualstudio.com/items?itemName=cschleiden.vscode-github-actions)
for GitHub Actions is highly recommended.

## Reusable Workflows
- [reusable_checks.yml](reusable_checks.yml) - These are all the checks that run to ensure the code is formatted,
linted, and tested. This job produces no artifacts other than a pass/fail criteria for the build.
- `SAVE_CACHE` - If true, the rust cache will be saved. Generally we only do this for builds on `main`
- [reusable_bench.yml](reusable_bench.yml) - This job runs the benchmarks to check for performance regressions.
- `SAVE_BENCH` - If true, then the benchmark results are saved to update https://ref.rerun.io/dev/bench/
- [reusable_deploy_docs](reusable_deploy_docs.yml) - This job deploys the python and rust documentation to https://ref.rerun.io
- `PY_DOCS_VERSION_NAME` - The name to use for versioning the python docs. This should generally match the version in
`Cargo.toml`.
- `UPDATE_LATEST` - If true, then the docs will be deployed to `latest/` as well as the versioned directory.
- [reusable_build_and_test_wheels.yml](reusable_build_and_test_wheels.yml) - This job builds the wheels, runs the
end-to-end test, and produces a sample RRD. The artifacts are accessible via GitHub artifacts, but not otherwise
uploaded anywhere.
- `MATURIN_FEATURE_FLAGS` - The feature flags to pass to maturin.
- `PLATFORM` - Which platform to build for: `linux`, `macos-arm`, `macos-intel`, or `windows`.
- `RELEASE_VERSION` - If producing a release, the version number. This must match the version in `Cargo.toml`.
- `RRD_ARTIFACT_NAME` - Intermediate name of the GitHub rrd artifact for passing to `reusable_upload_wheels.yml`
- `SAVE_CACHE` - If true, the rust cache will be saved. Generally we only do this for builds on `main`
- `WHEEL_ARTIFACT_NAME` - Intermediate name of the GitHub wheel artifact for passing to `reusable_upload_wheels.yml`
- [reusable_upload_wheels.yml](reusable_upload_wheels.yml) - This job uploads the wheels to google cloud
- `RRD_ARTIFACT_NAME` - Intermediate name of the GitHub rrd artifact. This should match the name passed to
`reusable_build_and_test_wheels.yml`
- `WHEEL_ARTIFACT_NAME` - Intermediate name of the GitHub wheel artifact. This should match the name passed to
`reusable_build_and_test_wheels.yml`
- [reusable_build_web.yml](reusable_build_web.yml) - This job builds the wasm artifacts for the web.
- `RELEASE_VERSION` - If producing a release, the version number. This must match the version in `Cargo.toml`.
- [reusable_upload_web.yml](reusable_upload_web.yml) - This job uploads the web assets to google cloud. By default this
only uploads to: `app.rerun.io/commit/<commit>/`
- `MARK_PRERELEASE_FOR_MAINLINE` - If true, then the web assets will go to `app.rerun.io/preleease/
- `MARK_TAGGED_VERSION` - If true, then the web assets will go to `app.rerun.io/version/<RELEASE_VERSION>`
- `RELEASE_VERSION` - If producing a release, the version number.
- `RRD_ARTIFACT_NAME` - Intermediate name of the GitHub rrd artifact. This should match the name passed to
`reusable_build_and_test_wheels.yml`
- `UPLOAD_COMMIT_OVERRIDE` - If set, will replace the value of `<commit>`. This is necessary because we want pull
request builds associated with their originating commit, even if the web-build happens on an ephemeral merge-commit.
- [reusable_pr_summary.yml](reusable_pr_summary.yml) - This job updates the PR summary with the results of the CI run.
- This summary can be found at:
`https://build.rerun.io/pr/<PR_NUMBER>/`
- `PR_NUMBER` - The PR number to update. This will generally be set by the `on_pull_request.yml` workflow using:
`${{github.event.pull_request.number}}`

## Manual Workflows
- [manual_dispatch](manual_dispatch.yml) - This workflow is used to manually trigger the assorted reusable workflows for
testing.
- See the workflow file for the list of parameters.
- [manual_build_wheels_for_pr.yml](manual_build_wheels_for_pr.yml) - This workflow can be dispatched on a branch and
will build all of the wheels for the associated pull-request. Uses:
- [reusable_build_and_test_wheels.yml](reusable_build_and_test_wheels.yml)
- [reusable_upload_wheels.yml](reusable_upload_wheels.yml)
- [reusable_pr_summary.yml](reusable_pr_summary.yml)
48 changes: 48 additions & 0 deletions .github/workflows/manual_adhoc_web.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Run an adhoc web build

on:
workflow_dispatch:
inputs:
EXTRA_FLAGS:
type: string
description: 'Extra flags to pass to `re_build_web_viewer`'
required: false
default: ''
ADHOC_NAME:
type: string
description: 'Name of the stored adhoc build'
required: true

jobs:

min-test-wheel:
name: 'Minimum Test Wheel'
# The upload-web job uses the min-test-wheel to get the RRD
uses: ./.github/workflows/reusable_build_and_test_wheels.yml
with:
CONCURRENCY: adhoc-web-${{ github.event.inputs.ADHOC_NAME }}
PLATFORM: linux
MATURIN_FEATURE_FLAGS: '--no-default-features --features extension-module'
WHEEL_ARTIFACT_NAME: ''
RRD_ARTIFACT_NAME: linux-rrd-fast
secrets: inherit

build-web-adhoc:
name: 'Build Web'
uses: ./.github/workflows/reusable_build_web.yml
with:
CONCURRENCY: adhoc-web-${{ github.event.inputs.ADHOC_NAME }}
EXTRA_FLAGS: ${{ github.event.inputs.EXTRA_FLAGS }}
secrets: inherit

upload-web:
name: 'Upload Web'
needs: [min-test-wheel, build-web-adhoc]
uses: ./.github/workflows/reusable_upload_web.yml
with:
CONCURRENCY: adhoc-web-${{ github.event.inputs.ADHOC_NAME }}
MARK_PRERELEASE_FOR_MAINLINE: false
MARK_TAGGED_VERSION: false
ADHOC_NAME: ${{ github.event.inputs.ADHOC_NAME }}
RRD_ARTIFACT_NAME: linux-rrd-fast
secrets: inherit
129 changes: 129 additions & 0 deletions .github/workflows/manual_build_wheels_for_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
name: Build and Upload Wheels for PR

on:
workflow_dispatch:

jobs:

check-for-pr:
runs-on: ubuntu-latest
outputs:
PR_NUMBER: ${{ steps.get_pr.outputs.PR_NUMBER }}
steps:
- name: Check if commit belongs to a PR
id: get_pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pr_number=$(curl --silent --header "Authorization: Bearer ${GITHUB_TOKEN}" \
--url "https://api.github.com/repos/${GITHUB_REPOSITORY}/commits/${GITHUB_SHA}/pulls" \
| jq '.[] | .number')

if [ -z "$pr_number" ]; then
echo "No PR associated with this commit"
exit 1
else
echo "Commit is associated with PR: $pr_number"
echo "PR_NUMBER=$pr_number" >> "$GITHUB_OUTPUT"
fi

build-linux:
needs: [check-for-pr]
name: 'Linux: Build/Test Wheels'
uses: ./.github/workflows/reusable_build_and_test_wheels.yml
with:
CONCURRENCY: manual-wheels-linux-${{ needs.check-for-pr.outputs.PR_NUMBER }}
PLATFORM: linux
WHEEL_ARTIFACT_NAME: linux-wheel
RRD_ARTIFACT_NAME: linux-rrd
secrets: inherit

build-windows:
needs: [check-for-pr]
name: 'Windows: Build/Test Wheels'
uses: ./.github/workflows/reusable_build_and_test_wheels.yml
with:
CONCURRENCY: manual-wheels-windows-${{ needs.check-for-pr.outputs.PR_NUMBER }}
PLATFORM: windows
WHEEL_ARTIFACT_NAME: windows-wheel
RRD_ARTIFACT_NAME: ''
secrets: inherit

build-macos-arm:
needs: [check-for-pr]
name: 'Macos-Arm: Build/Test Wheels'
uses: ./.github/workflows/reusable_build_and_test_wheels.yml
with:
CONCURRENCY: manual-wheels-macos-arm-${{ needs.check-for-pr.outputs.PR_NUMBER }}
PLATFORM: macos-arm
WHEEL_ARTIFACT_NAME: macos-arm-wheel
RRD_ARTIFACT_NAME: ''
secrets: inherit

build-macos-intel:
needs: [check-for-pr]
name: 'Macos-Intel: Build/Test Wheels'
uses: ./.github/workflows/reusable_build_and_test_wheels.yml
with:
CONCURRENCY: manual-wheels-macos-intel-${{ needs.check-for-pr.outputs.PR_NUMBER }}
PLATFORM: macos-intel
WHEEL_ARTIFACT_NAME: 'macos-intel-wheel'
RRD_ARTIFACT_NAME: ''
secrets: inherit

upload-wheels-linux:
name: 'Linux: Upload Wheels'
needs: [build-linux]
uses: ./.github/workflows/reusable_upload_wheels.yml
with:
CONCURRENCY: manual-wheels-linux-${{ needs.check-for-pr.outputs.PR_NUMBER }}
WHEEL_ARTIFACT_NAME: linux-wheel
RRD_ARTIFACT_NAME: linux-rrd
secrets: inherit

upload-wheels-windows:
name: 'Windows: Upload Wheels'
needs: [build-linux, build-windows]
uses: ./.github/workflows/reusable_upload_wheels.yml
with:
CONCURRENCY: manual-wheels-windows-${{ needs.check-for-pr.outputs.PR_NUMBER }}
WHEEL_ARTIFACT_NAME: windows-wheel
RRD_ARTIFACT_NAME: linux-rrd
secrets: inherit

upload-wheels-macos-arm:
name: 'Macos-Arm: Upload Wheels'
needs: [build-linux, build-macos-arm]
uses: ./.github/workflows/reusable_upload_wheels.yml
with:
CONCURRENCY: manual-wheels--macos-arm-${{ needs.check-for-pr.outputs.PR_NUMBER }}
WHEEL_ARTIFACT_NAME: macos-arm-wheel
RRD_ARTIFACT_NAME: linux-rrd
secrets: inherit

upload-wheels-macos-intel:
name: 'Macos-Intel: Upload Wheels'
needs: [build-linux, build-macos-intel]
uses: ./.github/workflows/reusable_upload_wheels.yml
with:
CONCURRENCY: manual-wheels-macos-intel-${{ needs.check-for-pr.outputs.PR_NUMBER }}
WHEEL_ARTIFACT_NAME: macos-intel-wheel
RRD_ARTIFACT_NAME: linux-rrd
secrets: inherit

generate-wheel-index:
name: 'Generate Pip Index'
needs: [check-for-pr, upload-wheels-linux, upload-wheels-windows, upload-wheels-macos-arm, upload-wheels-macos-intel]
uses: ./.github/workflows/reusable_pip_index.yml
with:
CONCURRENCY: manual-wheels-${{ needs.check-for-pr.outputs.PR_NUMBER }}
secrets: inherit

update-pr-summary:
name: 'Update PR Summary'
needs: [check-for-pr, upload-wheels-linux, upload-wheels-windows, upload-wheels-macos-arm, upload-wheels-macos-intel]
uses: ./.github/workflows/reusable_pr_summary.yml
with:
CONCURRENCY: manual-wheels-${{ needs.check-for-pr.outputs.PR_NUMBER }}
PR_NUMBER: ${{ needs.check-for-pr.outputs.PR_NUMBER}}
secrets: inherit
Loading