Skip to content

Commit 8fc511f

Browse files
Do not make commit via bump2version during release
1 parent fb3ff04 commit 8fc511f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Bump version as release
2828
run: |
2929
source venv/bin/activate
30-
./bump_version.sh release
30+
bump2version --verbose release
3131
3232
- name: Build package
3333
run: |

0 commit comments

Comments
 (0)