Merge branch 'devel' into AAP-60861

This commit is contained in:
Peter Braun
2026-04-01 14:09:55 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1682,7 +1682,7 @@ class RunProjectUpdate(BaseTask):
return params return params
def build_credentials_list(self, project_update): def build_credentials_list(self, project_update):
if project_update.scm_type == 'insights' and project_update.credential: if project_update.credential:
return [project_update.credential] return [project_update.credential]
return [] return []

View File

@@ -1,5 +1,5 @@
[build-system] [build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"] requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2,<10"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
# Do not uncomment the line below. We need to be able to override the version via a file, and this # Do not uncomment the line below. We need to be able to override the version via a file, and this