Skip to content

Commit 38ebd7d

Browse files
authored
remove extra space in version renaming
1 parent b282af7 commit 38ebd7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
4444
- name: Update Version
4545
run: |
46-
sed -i '/version =/ s/= "[^"][^"]*"/ = "${{ env.RELEASE_VERSION }}"/' pyproject.toml
47-
46+
sed -i "/version =/ s/= \"[^\"]*\"/= \"${{ env.RELEASE_VERSION }}\"/" pyproject.toml
47+
4848
- name: commit version-bump
4949
run: |
5050
git config --local user.name "github-actions[bot]"

0 commit comments

Comments
 (0)