Skip to content

Commit 2367af6

Browse files
committed
REname to generate_workflows_lib
1 parent 78fdff2 commit 2367af6

File tree

7 files changed

+15
-7904
lines changed

7 files changed

+15
-7904
lines changed
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from generate_workflows_lib import generate_test_workflow
2+
from pathlib import Path
3+
4+
5+
generate_test_workflow(
6+
Path(__file__).parent.parent.parent.joinpath("tox.ini"),
7+
Path(__file__).parent
8+
)

.github/workflows/generate_workflows/pyproject.toml .github/workflows/generate_workflows_lib/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "generate_workflows"
6+
name = "generate_workflows_lib"
77
dynamic = ["version"]
8-
description = "A package to generate workflows"
8+
description = "A library to generate workflows"
99
license = "Apache-2.0"
1010
requires-python = ">=3.8"
1111
authors = [
@@ -27,4 +27,4 @@ classifiers = [
2727
dependencies = ["Jinja2"]
2828

2929
[tool.hatch.version]
30-
path = "src/generate_workflows/version.py"
30+
path = "src/generate_workflows_lib/version.py"

0 commit comments

Comments
 (0)