Skip to content

Commit

Permalink
Release version 0.0.0.dev350
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Nov 8, 2024
1 parent c03239a commit f138060
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
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.dev349"
version = "0.0.0.dev350"
name = "ControlMan"
dependencies = [
"packaging >= 23.2, < 24",
Expand Down
12 changes: 11 additions & 1 deletion src/controlman/_data/schema/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4072,6 +4072,7 @@ properties:
properties:
web_build:
type: object
default: { }
properties:
name:
type: string
Expand All @@ -4090,6 +4091,7 @@ properties:
name: GH-Pages {{ version }}
web_deploy:
type: object
default: { }
properties:
name:
type: string
Expand All @@ -4101,18 +4103,21 @@ properties:
url: ${{ web.url.home }}$
pkg_lint:
type: object
default: { }
properties:
name:
type: string
default: Lint ${{ pkg.name }}$ {{ version }}
test_lint:
type: object
default: { }
properties:
name:
type: string
default: Lint ${{ test.name }}$ {{ version }}
pkg_test:
type: object
default: { }
properties:
name:
type: string
Expand All @@ -4127,6 +4132,7 @@ properties:
name: Test Report {{ version }} ({{ source }} - {{ os }} - {{ python }})
pkg_build:
type: object
default: { }
properties:
name:
type: string
Expand All @@ -4145,6 +4151,7 @@ properties:
name: ${{ pkg.name }}$ {{ version }} ({{ python }}-{{ platform }})
test_build:
type: object
default: { }
properties:
name:
type: string
Expand All @@ -4163,6 +4170,7 @@ properties:
name: ${{ test.name }}$ {{ version }} ({{ python }}-{{ platform }})
pkg_publish_testpypi:
type: object
default: { }
properties:
name:
type: string
Expand All @@ -4180,6 +4188,7 @@ properties:
default: https://test.pypi.org/legacy/
test_publish_testpypi:
type: object
default: { }
properties:
name:
type: string
Expand All @@ -4197,6 +4206,7 @@ properties:
default: https://test.pypi.org/legacy/
pkg_publish_pypi:
type: object
default: { }
properties:
name:
type: string
Expand All @@ -4214,6 +4224,7 @@ properties:
default: https://upload.pypi.org/legacy/
test_publish_pypi:
type: object
default: { }
properties:
name:
type: string
Expand Down Expand Up @@ -4342,7 +4353,6 @@ properties:
action:
type: string
enum: [ build, deploy ]

tool:
title: Configurations for tools used in the development workflow.
description: |
Expand Down

0 comments on commit f138060

Please sign in to comment.