python-package-template icon indicating copy to clipboard operation
python-package-template copied to clipboard

please add gitlab support

Open chanansh opened this issue 2 years ago • 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

chanansh avatar Dec 19 '22 10:12 chanansh

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.

a1d4r avatar Sep 20 '23 11:09 a1d4r

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! :slightly_smiling_face:

manoelpqueiroz avatar Oct 24 '23 19:10 manoelpqueiroz