Skip to content

Commit 6de8bf5

Browse files
committed
Fix build scripts
1 parent 866b5d5 commit 6de8bf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
python -m pip install bump-my-version==0.32.1
26+
python -m pip install click==8.2 bump-my-version==0.32.1
2727
- name: Get current version
2828
id: bump
2929
shell: bash

0 commit comments

Comments
 (0)