Skip to content

Commit dc001e6

Browse files
Copilotleofang
andcommitted
Fix SVG artifact flow arrows and add wheel upload label
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent d2b397a commit dc001e6

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ flowchart TD
150150
151151
%% Main Flow
152152
TRIGGER --> BUILD
153-
BUILD --> ARTIFACTS
154-
ARTIFACTS --> TEST
153+
BUILD -.->|"wheel upload"| ARTIFACTS
154+
ARTIFACTS -.-> TEST
155155
TEST --> RELEASE
156156
157157
%% Artifact Flow Arrows (Cache Reuse)

ci/ci-pipeline.svg

Lines changed: 3 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)