Skip to content

Commit

Permalink
remove unused task
Browse files Browse the repository at this point in the history
  • Loading branch information
lesnik512 committed Aug 31, 2024
1 parent 5ec7d50 commit 3f1ac50
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,6 @@ tasks:
cmds:
- uv run pytest {{.CLI_ARGS}}

release:
desc: "bump version, create tag and release, publish to PYPI"
cmds:
- git checkout main
- git pull
- rm -rf ./dist
- git add pyproject.toml
- git commit -m "bump version to {{.CLI_ARGS}}"
- uvx --from build pyproject-build --installer uv
- twine upload dist/*
- git tag {{.CLI_ARGS}}
- git push
- git push --tags
- gh release create --generate-notes {{.CLI_ARGS}}
- gh release upload {{.CLI_ARGS}} ./dist/*

publish:
cmds:
- rm -rf dist/*
Expand Down

0 comments on commit 3f1ac50

Please sign in to comment.