Skip to content

Commit

Permalink
ci: fix sed double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliano-macedo committed Sep 14, 2024
1 parent b48fd59 commit 0249e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Bump version
run: |
NEW_VERSION=${{ github.event.release.tag_name }}
sed -i "s/version = .*/version = $NEW_VERSION/" setup.py
sed -i "s/version = .*/version = \"$NEW_VERSION\"/" setup.py
- name: Set up Python 3.12
uses: actions/setup-python@v4
Expand Down

0 comments on commit 0249e51

Please sign in to comment.