We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d000f57 commit 41f4e7dCopy full SHA for 41f4e7d
.github/workflows/snapshot.yml
@@ -180,7 +180,7 @@ jobs:
180
run: |
181
python -m pip install --upgrade pip
182
python -m pip install -r requirements.txt
183
- python -m pip install bump-my-version==0.32.1 cx_freeze
+ python -m pip install bump-my-version==0.32.1 cx_freeze==7.2.10
184
- name: Bump pre-release version
185
186
bump-my-version bump pre --no-commit --allow-dirty --verbose --serialize "{major}.{minor}.{patch}.{distance_to_latest_tag}"
0 commit comments