We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a5f5d commit 08fad89Copy full SHA for 08fad89
Taskfile.yml
@@ -3,6 +3,7 @@ version: "3"
3
vars:
4
package_name: "mkdocs-embed-file-plugin"
5
pyproject_dir: "{{.Taskfile.Dir}}"
6
+ root: "../.."
7
8
tasks:
9
default:
@@ -20,8 +21,8 @@ tasks:
20
21
desc: "Publish the package to PyPI"
22
cmds:
23
- echo "Publishing {{.package_name}} to PyPI..."
- - uv publish
24
- - uv run semantic-release -c semantic_release.toml publish
+ - uv publish --directory {{.root}}
25
+ - uv run semantic-release -c semantic_release.toml publish {{.CLI_ARGS}}
26
27
release:
28
desc: "Perform a full release: version bump, build, and publish"
0 commit comments