Skip to content

Commit

Permalink
Release version 0.0.0.dev353
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Nov 8, 2024
1 parent 69a3557 commit a73d3f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions src/controlman/_data/schema/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4081,6 +4081,7 @@ properties:
artifact:
type: object
additionalProperties: false
default: { }
properties:
build:
$ref: https://controlman.repodynamics.com/schema/workflow-artifact
Expand Down Expand Up @@ -4126,6 +4127,7 @@ properties:
artifact:
type: object
additionalProperties: false
default: { }
properties:
report:
$ref: https://controlman.repodynamics.com/schema/workflow-artifact
Expand All @@ -4141,6 +4143,7 @@ properties:
artifact:
type: object
additionalProperties: false
default: { }
properties:
sdist:
$ref: https://controlman.repodynamics.com/schema/workflow-artifact
Expand All @@ -4160,6 +4163,7 @@ properties:
artifact:
type: object
additionalProperties: false
default: { }
properties:
sdist:
$ref: https://controlman.repodynamics.com/schema/workflow-artifact
Expand All @@ -4183,6 +4187,7 @@ properties:
url: https://test.pypi.org/project/${{ pkg.name }}$/{{ version }}
index:
type: object
default: { }
properties:
url:
type: string
Expand All @@ -4201,6 +4206,7 @@ properties:
url: https://test.pypi.org/project/${{ test.name }}$/{{ version }}
index:
type: object
default: { }
properties:
url:
type: string
Expand All @@ -4219,6 +4225,7 @@ properties:
url: https://pypi.org/project/${{ pkg.name }}$/{{ version }}
index:
type: object
default: { }
properties:
url:
type: string
Expand All @@ -4237,6 +4244,7 @@ properties:
url: https://pypi.org/project/${{ test.name }}$/{{ version }}
index:
type: object
default: { }
properties:
url:
type: string
Expand Down

0 comments on commit a73d3f5

Please sign in to comment.