Skip to content

Commit fcd17a4

Browse files
committed
update deps and release task
1 parent 854669f commit fcd17a4

File tree

2 files changed

+242
-240
lines changed

2 files changed

+242
-240
lines changed

Taskfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ tasks:
2828
release:
2929
desc: "bump version, create tag and release, publish to PYPI"
3030
cmds:
31+
- git checkout main
32+
- git pull
3133
- rm -rf ./dist
3234
- poetry version {{.CLI_ARGS}}
3335
- git add pyproject.toml

0 commit comments

Comments
 (0)