Closed aperrin66 closed 3 years ago
How do you configure it to work in two situations? one for push and another for release?
It already does: the built image is only pushed when the triggering event is a tag. That is what this line is for.
I just added the setup.py modification which I did for processing and metanorm. It gets the version number from the context so that we don't have to modify the setup.py file by hand.
Transcripted the
.travis.yml
file into a GitHub actions workflow.