Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit c32c56d

Browse files
committed
Fix release pipeline
1 parent 5e69f77 commit c32c56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
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)