We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36d3ef commit baa1c6eCopy full SHA for baa1c6e
1 file changed
.github/workflows/ci.yml
@@ -37,10 +37,8 @@ jobs:
37
with:
38
python-version: '3.12'
39
- run: |
40
- python -m pip install --upgrade pip
41
python -m pip install click==8.2 bump-my-version==0.32.2
42
- - name: Bump patch version
43
- run: bump-my-version bump patch --no-commit --verbose
+ bump-my-version bump patch --no-commit --verbose
44
45
- name: Setup Node.js
46
uses: actions/setup-node@v6
0 commit comments