Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joetho786 committed Aug 16, 2024
1 parent afcf2d5 commit 9c7be7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
- name: Autobump version by changing version in setup.py with reference to GITHUB_REF
run: |
sed -i "s/version='.*'/version='${GITHUB_REF#refs/tags/}'/" setup.py
echo "GITHUB_REF: $GITHUB_REF"
sed -i "s@version='.*'@version='${GITHUB_REF#refs/tags/}'@" setup.py
cat setup.py
- name: Build a binary wheel and a source tarball
run: >-
Expand Down

0 comments on commit 9c7be7c

Please sign in to comment.