cidertool / cider

Submit your builds to the Apple App Store in seconds
https://cidertool.github.io/cider
GNU General Public License v3.0
26 stars 0 forks source link

Improved parallelism in certain publishing actions #5

Closed aaronsky closed 4 years ago

aaronsky commented 4 years ago

Things like uploading preview assets or updating localizations should both hopefully be possible to do in parallel. Right now the implementation is entirely serial, which will be unreasonably slow for many projects.