Skip to content

Commit 14dd262

Browse files
Make version update in setup.py quote type agnostic (#15)
1 parent 2bdb5cb commit 14dd262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ runs:
9696
9797
- name: Update version in setup.py
9898
shell: bash
99-
run: sed -i "s/version='.*',/version='$VERSION',/" setup.py
99+
run: sed -i "s/version=['\"].*['\"]/version='$VERSION'/" setup.py
100100

101101
- name: Commit changes
102102
shell: bash

0 commit comments

Comments
 (0)