TezRomacH/python-package-template

please add gitlab support

chanansh opened this issue ยท 2 comments

๐Ÿš€ Feature Request

please support gitlab CI/CD

๐Ÿ”ˆ Motivation

My company uses gitlab

๐Ÿ›ฐ Alternatives

I cannot move to github

๐Ÿ“Ž Additional context

I think it is just changing the github actions to gitlab pipelines

a1d4r commented

Hi! I supported GitLab CI in my own fork of the template.

You can take a look at it here:
https://github.com/a1d4r/python-package-template/blob/master/%7B%7B%20cookiecutter.project_name.lower().replace('%20'%2C%20'-')%20%7D%7D/.gitlab-ci.yml

I won't make a PR to this repo because I changed the fork drastically for my own needs. There is no more Github templates, bots, and badges because I prefer to keep the template simple. In addition, you can have a look at updated Dockerfile and Python 3.11 support.

Also to add to what a1d4r have said, I have also forked Romain's template and added support to GitLab development. Please check it what I have done so far in #857 if you're interested and feel free to contribute! ๐Ÿ™‚