Skip to content

Commit

Permalink
Update python-publish.yml for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel42 authored Jan 29, 2024
1 parent ec2e04e commit 6bcde4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: echo ::set-output name=TAG_NAME::$(echo $GITHUB_REF | cut -d / -f 3)
- name: Update version in pyproject.toml
run: >-
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.tag.outputs.TAG_NAME }}/g" pyproject.toml
sed -i "s/VERSION_PLACEHOLDER/${{ steps.tag.outputs.TAG_NAME }}/g" pyproject.toml
- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit 6bcde4b

Please sign in to comment.