Skip to content

Commit

Permalink
Make version update in setup.py quote type agnostic (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
AttilaGombosER authored Aug 11, 2024
1 parent 2bdb5cb commit 14dd262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ runs:
- name: Update version in setup.py
shell: bash
run: sed -i "s/version='.*',/version='$VERSION',/" setup.py
run: sed -i "s/version=['\"].*['\"]/version='$VERSION'/" setup.py

- name: Commit changes
shell: bash
Expand Down

0 comments on commit 14dd262

Please sign in to comment.