Skip to content

Commit d000f57

Browse files
committed
Fix bump-my-version version
1 parent ba1ed15 commit d000f57

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/snapshot.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
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
3434
- name: Get current version
3535
id: bump
3636
shell: bash
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
python -m pip install --upgrade pip
5656
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
5858
- name: Bump pre-release version
5959
run: |
6060
bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}"
@@ -120,7 +120,7 @@ jobs:
120120
run: |
121121
python -m pip install --upgrade pip
122122
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
124124
- name: Bump pre-release version
125125
run: |
126126
bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}"
@@ -180,7 +180,7 @@ jobs:
180180
run: |
181181
python -m pip install --upgrade pip
182182
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
184184
- name: Bump pre-release version
185185
run: |
186186
bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}"
@@ -228,7 +228,7 @@ jobs:
228228
run: |
229229
python -m pip install --upgrade pip
230230
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
232232
- name: Bump pre-release version
233233
run: |
234234
bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}"
@@ -310,7 +310,7 @@ jobs:
310310
run: |
311311
python -m pip install --upgrade pip
312312
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
314314
- name: Bump pre-release version
315315
run: |
316316
bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}"
@@ -472,7 +472,7 @@ jobs:
472472
run: |
473473
python -m pip install --upgrade pip
474474
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
476476
- name: Bump pre-release version
477477
run: |
478478
bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}"
@@ -517,7 +517,7 @@ jobs:
517517
run: |
518518
python -m pip install --upgrade pip
519519
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
521521
- name: Bump pre-release version
522522
run: |
523523
bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}"

0 commit comments

Comments
 (0)