Page 1 of 1

afanasy release workflow

Posted: Fri Dec 16, 2022 11:34 am
by selsner
Hi Timur!

I am thinking about doing my own releases in the repo and I am asking myself: How do you create all the installer downloads here: https://cgru.readthedocs.io/en/latest/d ... loads.html Is there a script? A Github Action Continuous integration thing? I started doing some github actions (https://github.com/sebastianelsner/cgru/actions and https://github.com/sebastianelsner/cgru ... /build.yml) but I dont want to the whole work again, if you already have.

Cheers
Sebastian

Re: afanasy release workflow

Posted: Mon Dec 26, 2022 8:51 am
by timurhai
Hello!

Sorry for the delay. We had a deadline and noticed your post just now.

Script that will create a relase is here:
https://github.com/CGRU/cgru/blob/maste ... ackages.sh
Then, I download achives with packages on sourceforge "by hands".
At last, I edit this page ("by hands" too):
https://github.com/CGRU/cgru/blob/maste ... nloads.rst

Re: afanasy release workflow

Posted: Fri Feb 10, 2023 9:00 am
by selsner
ok, thanks!