Skip to content

Commit 211a8f7

Browse files
committed
feat(publish): also update version
1 parent 380245c commit 211a8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Update version in pyproject.toml
2323
working-directory: src/python
2424
run: |
25-
sed -i '' 's/^version = .*/version = "${{ env.version }}"/' pyproject.toml
25+
sed -i 's/^version = .*/version = "${{ env.version }}"/' pyproject.toml
2626
2727
- name: Commit updated pyproject.toml
2828
run: |

0 commit comments

Comments
 (0)