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 4ed7181 commit 61ba0fcCopy full SHA for 61ba0fc
.github/workflows/create-release.yml
@@ -57,6 +57,8 @@ jobs:
57
src/client/packaging/pypi/**
58
- name: Bump Python versions if client files changed
59
if: steps.changed-py.outputs.any_changed == 'true'
60
+ # _ignored_arg_ below is required because of tool quirk
61
+ # https://github.com/c4urself/bump2version/issues/22
62
run: |
63
cd src/client/packaging/pypi
64
bump2version --allow-dirty --new-version ${{ steps.version.outputs.next_tag }} _ignored_arg_
0 commit comments