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 5ec7d50 commit 3f1ac50Copy full SHA for 3f1ac50
Taskfile.yml
@@ -30,22 +30,6 @@ tasks:
30
cmds:
31
- uv run pytest {{.CLI_ARGS}}
32
33
- release:
34
- desc: "bump version, create tag and release, publish to PYPI"
35
- cmds:
36
- - git checkout main
37
- - git pull
38
- - rm -rf ./dist
39
- - git add pyproject.toml
40
- - git commit -m "bump version to {{.CLI_ARGS}}"
41
- - uvx --from build pyproject-build --installer uv
42
- - twine upload dist/*
43
- - git tag {{.CLI_ARGS}}
44
- - git push
45
- - git push --tags
46
- - gh release create --generate-notes {{.CLI_ARGS}}
47
- - gh release upload {{.CLI_ARGS}} ./dist/*
48
-
49
publish:
50
51
- rm -rf dist/*
0 commit comments