File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11pypkg_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
You can’t perform that action at this time.
0 commit comments