fixstars / ion-kit

Modernized graph-based data processing framework
MIT License
7 stars 6 forks source link

CICD for Python module release #229

Closed Fixstars-momoko closed 7 months ago

Fixstars-momoko commented 8 months ago

CICD has the following steps:

Test for the step 3 is the following:

from ionpy import Builder

builder = Builder()
builder.set_target(target='host')
builder.with_bb_module(path='ion-bb')
iitaku commented 7 months ago

236