Skip to content

Commit 41f4e7d

Browse files
committed
Fix version 7.2.10
1 parent d000f57 commit 41f4e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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==0.32.1 cx_freeze
183+
python -m pip install bump-my-version==0.32.1 cx_freeze==7.2.10
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}"

0 commit comments

Comments
 (0)