Skip to content

Commit 3f1ac50

Browse files
committed
remove unused task
1 parent 5ec7d50 commit 3f1ac50

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Taskfile.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,6 @@ tasks:
3030
cmds:
3131
- uv run pytest {{.CLI_ARGS}}
3232

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-
4933
publish:
5034
cmds:
5135
- rm -rf dist/*

0 commit comments

Comments
 (0)