|
30 | 30 | - name: Install dependencies |
31 | 31 | run: | |
32 | 32 | python -m pip install --upgrade pip |
33 | | - python -m pip install bump-my-version |
| 33 | + python -m pip install 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 pyinstaller |
| 57 | + python -m pip install 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 pyinstaller |
| 123 | + python -m pip install 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 cx_freeze |
| 183 | + python -m pip install bump-my-version==0.32.1 cx_freeze |
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}" |
@@ -228,7 +228,7 @@ jobs: |
228 | 228 | run: | |
229 | 229 | python -m pip install --upgrade pip |
230 | 230 | python -m pip install -r requirements.txt |
231 | | - python -m pip install bump-my-version nuitka |
| 231 | + python -m pip install bump-my-version==0.32.1 nuitka |
232 | 232 | - name: Bump pre-release version |
233 | 233 | run: | |
234 | 234 | bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}" |
@@ -310,7 +310,7 @@ jobs: |
310 | 310 | run: | |
311 | 311 | python -m pip install --upgrade pip |
312 | 312 | python -m pip install -r requirements.txt |
313 | | - python -m pip install bump-my-version nuitka |
| 313 | + python -m pip install bump-my-version==0.32.1 nuitka |
314 | 314 | - name: Bump pre-release version |
315 | 315 | run: | |
316 | 316 | bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}" |
@@ -472,7 +472,7 @@ jobs: |
472 | 472 | run: | |
473 | 473 | python -m pip install --upgrade pip |
474 | 474 | python -m pip install -r requirements.txt |
475 | | - python -m pip install bump-my-version pyinstaller |
| 475 | + python -m pip install bump-my-version==0.32.1 pyinstaller |
476 | 476 | - name: Bump pre-release version |
477 | 477 | run: | |
478 | 478 | bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}" |
@@ -517,7 +517,7 @@ jobs: |
517 | 517 | run: | |
518 | 518 | python -m pip install --upgrade pip |
519 | 519 | python -m pip install -r requirements.txt |
520 | | - python -m pip install bump-my-version pyinstaller |
| 520 | + python -m pip install bump-my-version==0.32.1 pyinstaller |
521 | 521 | - name: Bump pre-release version |
522 | 522 | run: | |
523 | 523 | bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}" |
|
0 commit comments