Skip to content

Commit

Permalink
automate writing tag to pyproject.toml using workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-thompson committed Jan 21, 2024
1 parent 616db75 commit 9603cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
TAG_NAME: ${{ steps.tag.outputs.TAG_NAME }}
run: >-
sed -i 's/{{VERSION_PLACEHOLDER}}/$TAG_NAME/g' pyproject.toml
sed -i "s/{{VERSION_PLACEHOLDER}}/$TAG_NAME/g" pyproject.toml
- name: Build a binary wheel
run: >-
python3 -m build
Expand Down

0 comments on commit 9603cfe

Please sign in to comment.