Skip to content

Commit 9b27fdd

Browse files
committed
Fix release pipeline
1 parent 3ae86c6 commit 9b27fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: '3.10'
2020

2121
- name: Update version
22-
run: sed -i "s/version = .*/version = '${{github.ref_name}}'/" pyproject.toml
22+
run: sed -i "s/version = .*/^version = '${{github.ref_name}}'/" pyproject.toml
2323

2424
- name: Build a binary wheel and a source tarball
2525
run: |

0 commit comments

Comments
 (0)