From ca076736193715509575af29284f2f5648528a7d Mon Sep 17 00:00:00 2001 From: vtexier <vit@free.fr> Date: Thu, 12 Mar 2020 12:13:24 +0100 Subject: [PATCH] [fix] fix bug with setuptools 28.8.x version in gitlab CI/CD image Trigger gitlab CI/CD on requirements_deploy.txt changes --- .gitlab-ci.yml | 1 + requirements_deploy.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27ceab8d..862aeb11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,7 @@ image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.7 - .gitlab-ci.yml - Makefile - requirements_dev.txt + - requirements_deploy.txt - requirements.txt - setup.py - tests/**/*.py diff --git a/requirements_deploy.txt b/requirements_deploy.txt index ba996edc..b3c7c77b 100644 --- a/requirements_deploy.txt +++ b/requirements_deploy.txt @@ -1,3 +1,3 @@ -setuptools +setuptools>=46.0.0 wheel twine \ No newline at end of file -- GitLab