hyperledger / iroha-python

Python library for Hyperledger Iroha, a simple distributed ledger.
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
103 stars 79 forks source link

Split CI configuration #187

Open nxsaken opened 2 months ago

nxsaken commented 2 months ago

ok, but we should split our CI into these workflows:

  1. workflow that runs on every merge to main
  2. workflow that runs on every merge to iroha1-main
  3. workflow that runs on every v1* tag
  4. workflow that runs on every v2* tag

I think these should all be separate CI files, but maybe you can make them into 2 files (one for merge and one for tags) if the corresponding workflows are the same for iroha1 and iroha2

_Originally posted by @mversic in https://github.com/hyperledger/iroha-python/pull/185#discussion_r1575851647_

mversic commented 2 months ago
  1. should build the iroha2 python sdk and run all tests
  2. should build the iroha1 python sdk and run all tests
  3. should publish iroha1 sdk
  4. should publish iroha2 sdk