Skip to content

Commit

Permalink
feat(Taskfile): remove dependency update from version-bump step
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Oct 26, 2023
1 parent 481217e commit 6598de9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ tasks:
version-bump: # Increment the version number.
cmds:
- poetry run cz bump {{.CLI_ARGS}}
- poetry export --with doc -f requirements.txt --output docs/rtd_requirements.txt

update-dependencies:
cmds:
Expand Down

0 comments on commit 6598de9

Please sign in to comment.