|
30 | 30 | - name: Install dependencies |
31 | 31 | run: | |
32 | 32 | python -m pip install --upgrade pip |
33 | | - python -m pip install bump-my-version==0.32.1 |
| 33 | + python -m pip install click==8.2 bump-my-version==0.32.1 |
34 | 34 | - name: Get current version |
35 | 35 | id: bump |
36 | 36 | shell: bash |
|
54 | 54 | run: | |
55 | 55 | python -m pip install --upgrade pip |
56 | 56 | python -m pip install -r requirements.txt |
57 | | - python -m pip install bump-my-version==0.32.1 pyinstaller |
| 57 | + python -m pip install click==8.2 bump-my-version==0.32.1 pyinstaller |
58 | 58 | - name: Bump pre-release version |
59 | 59 | run: | |
60 | 60 | bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}" |
@@ -120,7 +120,7 @@ jobs: |
120 | 120 | run: | |
121 | 121 | python -m pip install --upgrade pip |
122 | 122 | python -m pip install -r requirements.txt |
123 | | - python -m pip install bump-my-version==0.32.1 pyinstaller |
| 123 | + python -m pip install click==8.2 bump-my-version==0.32.1 pyinstaller |
124 | 124 | - name: Bump pre-release version |
125 | 125 | run: | |
126 | 126 | bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}" |
@@ -180,7 +180,7 @@ jobs: |
180 | 180 | run: | |
181 | 181 | python -m pip install --upgrade pip |
182 | 182 | python -m pip install -r requirements.txt |
183 | | - python -m pip install bump-my-version==0.32.1 nuitka |
| 183 | + python -m pip install click==8.2 bump-my-version==0.32.1 nuitka |
184 | 184 | - name: Bump pre-release version |
185 | 185 | run: | |
186 | 186 | bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}" |
@@ -263,7 +263,7 @@ jobs: |
263 | 263 | run: | |
264 | 264 | python -m pip install --upgrade pip |
265 | 265 | python -m pip install -r requirements.txt |
266 | | - python -m pip install bump-my-version==0.32.1 nuitka |
| 266 | + python -m pip install click==8.2 bump-my-version==0.32.1 nuitka |
267 | 267 | - name: Bump pre-release version |
268 | 268 | run: | |
269 | 269 | bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}" |
@@ -426,7 +426,7 @@ jobs: |
426 | 426 | run: | |
427 | 427 | python -m pip install --upgrade pip |
428 | 428 | python -m pip install -r requirements.txt |
429 | | - python -m pip install bump-my-version==0.32.1 pyinstaller |
| 429 | + python -m pip install click==8.2 bump-my-version==0.32.1 pyinstaller |
430 | 430 | - name: Bump pre-release version |
431 | 431 | run: | |
432 | 432 | bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}" |
@@ -471,7 +471,7 @@ jobs: |
471 | 471 | run: | |
472 | 472 | python -m pip install --upgrade pip |
473 | 473 | python -m pip install -r requirements.txt |
474 | | - python -m pip install bump-my-version==0.32.1 pyinstaller |
| 474 | + python -m pip install click==8.2 bump-my-version==0.32.1 pyinstaller |
475 | 475 | - name: Bump pre-release version |
476 | 476 | run: | |
477 | 477 | bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}" |
|
0 commit comments