From a73d3f5c74af7bc991b6341d769561987c02fe34 Mon Sep 17 00:00:00 2001 From: AAriam <80158628+AAriam@users.noreply.github.com> Date: Fri, 8 Nov 2024 03:05:54 +0100 Subject: [PATCH] Release version 0.0.0.dev353 --- pyproject.toml | 2 +- src/controlman/_data/schema/main.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb02819..920cde7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ namespaces = true # ----------------------------------------- Project Metadata ------------------------------------- # [project] -version = "0.0.0.dev352" +version = "0.0.0.dev353" name = "ControlMan" dependencies = [ "packaging >= 23.2, < 24", diff --git a/src/controlman/_data/schema/main.yaml b/src/controlman/_data/schema/main.yaml index e7ff5ca..aebb653 100644 --- a/src/controlman/_data/schema/main.yaml +++ b/src/controlman/_data/schema/main.yaml @@ -4081,6 +4081,7 @@ properties: artifact: type: object additionalProperties: false + default: { } properties: build: $ref: https://controlman.repodynamics.com/schema/workflow-artifact @@ -4126,6 +4127,7 @@ properties: artifact: type: object additionalProperties: false + default: { } properties: report: $ref: https://controlman.repodynamics.com/schema/workflow-artifact @@ -4141,6 +4143,7 @@ properties: artifact: type: object additionalProperties: false + default: { } properties: sdist: $ref: https://controlman.repodynamics.com/schema/workflow-artifact @@ -4160,6 +4163,7 @@ properties: artifact: type: object additionalProperties: false + default: { } properties: sdist: $ref: https://controlman.repodynamics.com/schema/workflow-artifact @@ -4183,6 +4187,7 @@ properties: url: https://test.pypi.org/project/${{ pkg.name }}$/{{ version }} index: type: object + default: { } properties: url: type: string @@ -4201,6 +4206,7 @@ properties: url: https://test.pypi.org/project/${{ test.name }}$/{{ version }} index: type: object + default: { } properties: url: type: string @@ -4219,6 +4225,7 @@ properties: url: https://pypi.org/project/${{ pkg.name }}$/{{ version }} index: type: object + default: { } properties: url: type: string @@ -4237,6 +4244,7 @@ properties: url: https://pypi.org/project/${{ test.name }}$/{{ version }} index: type: object + default: { } properties: url: type: string