Skip to content

Commit

Permalink
Merge pull request #105 from freude/freude-patch-6
Browse files Browse the repository at this point in the history
Update python-publish.yml
  • Loading branch information
freude authored Sep 24, 2023
2 parents dafe5f7 + 736fe9f commit 58dfb1b
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 @@ -30,7 +30,7 @@ jobs:
pip install wheel
- name: Extract tag name
id: tag
run: echo ::set-output name=TAG_NAME::$(echo $GITHUB_REF | cut -d / -f 3)
run: echo TAG_NAME=$(echo $GITHUB_REF | cut -d / -f 3) >> $GITHUB_OUTPUT
- name: Update version in setup.py
run: >-
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.tag.outputs.TAG_NAME }}/g" setup.py
Expand Down

0 comments on commit 58dfb1b

Please sign in to comment.