Skip to content

Commit 17096c3

Browse files
committed
ci: adjust taskfile
1 parent 39318fc commit 17096c3

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

Taskfile.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,42 +10,20 @@ tasks:
1010
cmds:
1111
- task: release
1212

13-
clean:
14-
desc: "Clean up old build files"
15-
cmds:
16-
- echo "Cleaning build directories..."
17-
- uv run python clean.py
18-
1913
version:
2014
desc: "Run semantic-release to determine and bump the version"
2115
cmds:
2216
- echo "Running semantic-release to bump the version..."
2317
- uv run semantic-release -c semantic_release.toml version
2418

25-
build:
26-
desc: "Build the Python package"
27-
cmds:
28-
- echo "Building the package..."
29-
- uv build
30-
3119
publish:
3220
desc: "Publish the package to PyPI"
3321
cmds:
3422
- echo "Publishing {{.package_name}} to PyPI..."
3523
- uv run semantic-release -c semantic_release.toml publish
3624

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-
4625
release:
4726
desc: "Perform a full release: version bump, build, and publish"
4827
cmds:
49-
- task: clean
5028
- task: version
5129
- task: publish

clean.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)