Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kunickyd committed Jan 9, 2024
1 parent eca5033 commit 245cf5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
- name: Bump dev version
if: ${{ contains(steps.get_version.outputs.CURRENT_VERSION, 'dev') }}
run: bumpver update --commit -c -n '${{ env.BUMPVER_COMMIT_MESSAGE_TEMPLATE }}' --tag-num
run: bumpver update --commit -n -c '${{ env.BUMPVER_COMMIT_MESSAGE_TEMPLATE }}' --tag-num

#It's still open if the new version after release should be pathc (or minor?)
- name: Bump patch dev version
if: ${{ !contains(steps.get_version.outputs.CURRENT_VERSION, 'dev') }}
run: bumpver update --commit -c -n '${{ env.BUMPVER_COMMIT_MESSAGE_TEMPLATE }}' --patch --tag=dev
run: bumpver update --commit -n -c '${{ env.BUMPVER_COMMIT_MESSAGE_TEMPLATE }}' --patch --tag=dev

- name: Push bumped version
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 245cf5c

Please sign in to comment.