Skip to content

Commit af97b3a

Browse files
author
Tom
committed
fix
1 parent 1e74d71 commit af97b3a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ release:
6060

6161
patch:
6262
$(MAKE) push
63-
bumpversion patch
63+
uv run bumpversion patch
6464
$(MAKE) release
6565

6666
minorrelease:
6767
$(MAKE) push
68-
bumpversion minor
68+
uv run bumpversion minor
6969
$(MAKE) release
7070

7171
majorrelease:
7272
$(MAKE) push
73-
bumpversion major
73+
uv run bumpversion major
7474
$(MAKE) release

0 commit comments

Comments
 (0)