Skip to content

Commit 6bcde4b

Browse files
authored
Update python-publish.yml for github actions
1 parent ec2e04e commit 6bcde4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo ::set-output name=TAG_NAME::$(echo $GITHUB_REF | cut -d / -f 3)
3636
- name: Update version in pyproject.toml
3737
run: >-
38-
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.tag.outputs.TAG_NAME }}/g" pyproject.toml
38+
sed -i "s/VERSION_PLACEHOLDER/${{ steps.tag.outputs.TAG_NAME }}/g" pyproject.toml
3939
- name: Build package
4040
run: python -m build
4141
- name: Publish package

0 commit comments

Comments
 (0)