alibaba/GraphScope

Release data-load tarball to assets when tagging a new release

Offen

#2.397 geöffnet am 30.01.2023

 (0 Kommentare) (0 Reaktionen) (2 zugewiesene Personen)HTML (301 Forks)batch import
component:storegood first issue

Repository-Metriken

Stars
 (2.401 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1m) (8 gemergte PRs in 30 T)

Beschreibung

CI would build and upload the following artifacts when new version released:

  • Wheels
  • Images
  • Charts

However, groot has a tool named data-load-tools that is used to offline data loading, is not released by CI. That requires user to compile their own if they want to use that, which is unnecessary.

CI already built this data-load-tools. We just need to let CI to upload it to assets.

Contributor Guide