Skip to content

Commit

Permalink
release-pipline:: fix sed inserting wrong string
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wille committed May 16, 2024
1 parent 7f61c38 commit 844104f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Write Version to pyproject.toml
run: |
sed -i "s/version = \".*\"$/version = \"haha\"/" pyproject.toml
sed -i "s/version = \".*\"$/version = \"$VERSION\"/" pyproject.toml
- name: Build sdist and bdist_wheel
run: |
python -m build
Expand Down

0 comments on commit 844104f

Please sign in to comment.