File tree Expand file tree Collapse file tree 2 files changed +0
-43
lines changed Expand file tree Collapse file tree 2 files changed +0
-43
lines changed Original file line number Diff line number Diff line change @@ -10,42 +10,20 @@ tasks:
10
10
cmds :
11
11
- task : release
12
12
13
- clean :
14
- desc : " Clean up old build files"
15
- cmds :
16
- - echo "Cleaning build directories..."
17
- - uv run python clean.py
18
-
19
13
version :
20
14
desc : " Run semantic-release to determine and bump the version"
21
15
cmds :
22
16
- echo "Running semantic-release to bump the version..."
23
17
- uv run semantic-release -c semantic_release.toml version
24
18
25
- build :
26
- desc : " Build the Python package"
27
- cmds :
28
- - echo "Building the package..."
29
- - uv build
30
-
31
19
publish :
32
20
desc : " Publish the package to PyPI"
33
21
cmds :
34
22
- echo "Publishing {{.package_name}} to PyPI..."
35
23
- uv run semantic-release -c semantic_release.toml publish
36
24
37
- watch :
38
- desc : " Start the Watchdog with custom paths"
39
- vars :
40
- package_path : " mkdocs-obsidian-wikilinks"
41
- mkdocs_path : " ../mara-li"
42
- cmds :
43
- - echo "Starting Watchdog for {{.package_path}} with MkDocs at {{.mkdocs_path}}..."
44
- - uv run python watch.py {{.package_path}} {{.mkdocs_path}}
45
-
46
25
release :
47
26
desc : " Perform a full release: version bump, build, and publish"
48
27
cmds :
49
- - task : clean
50
28
- task : version
51
29
- task : publish
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments