This repository contains the GitHub actions to support the Continuous Integration incorporated Branching Strategy (CI-BS) for python package development.
- Make sure your repository has the following branches: main dev release* feature*
- Make a .github/workflows directory under your repo.
- Copy the gitflow-py-action.yml from https://github.com/fnlcr-bids-sdsi/gitflow-py into the .github/workflows directory.
- Update information at ' image_to_use: "" ' line in gitflow-py-action.yml to a GitHub Package address
- If you want customed support for actions, please contact us.