Skip to content

Commit 8303ef0

Browse files
committed
Update ci.yaml
1 parent fd6a2b5 commit 8303ef0

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

.control/ci.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pypkg_ci:
2-
name: PyPackIT
2+
name: ProMan
33
path:
44
root: .manager
55
os: ${{ pypkg_main.os }}$
@@ -9,9 +9,9 @@ pypkg_ci:
99
entry:
1010
cli:
1111
main:
12-
name: project
12+
name: proman
1313
description: Main command line interface for PyPackIT.
14-
ref: pypackit.__main__:cli
14+
ref: proman.__main__:cli
1515
parser:
1616
kwargs:
1717
description: Project Manager CLI
@@ -209,6 +209,12 @@ pypkg_ci:
209209
help: Output directory to write the rendered HTML file.
210210
type: str
211211
default: ${{ local.temp.path }}$/readme-pypi
212+
- id: gha
213+
args: [ gha ]
214+
kwargs:
215+
help: Run CI/CD pipelines in GitHub Actions.
216+
defaults:
217+
endpoint: gha.run_cli
212218
dependency:
213219
core:
214220
actionman:
@@ -407,7 +413,7 @@ pypkg_ci:
407413
dependencies: >-
408414
#{{ return hook.pyproject_dependency("core", pkg="ci") }}#
409415
scripts:
410-
project: pypackit.__main__:cli
416+
project: proman.__main__:cli
411417
tool:
412418
setuptools:
413419
include-package-data: true

0 commit comments

Comments
 (0)