Skip to content

Commit

Permalink
feat(publish): also update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Dec 20, 2024
1 parent 380245c commit 211a8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Update version in pyproject.toml
working-directory: src/python
run: |
sed -i '' 's/^version = .*/version = "${{ env.version }}"/' pyproject.toml
sed -i 's/^version = .*/version = "${{ env.version }}"/' pyproject.toml
- name: Commit updated pyproject.toml
run: |
Expand Down

0 comments on commit 211a8f7

Please sign in to comment.