Skip to content

Commit

Permalink
Update python-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams authored Nov 13, 2024
1 parent d51c85d commit 75c2e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Update package version
run: |
VERSION=${{ github.event.release.tag_name }}
sed -i 's/__version__ = ".*"/__version__ = "'${VERSION}'"/' datastew_version.py
sed -i 's/__version__ = ".*"/__version__ = "'${VERSION}'"/' datastew/_version.py
sed -i "s/version='.*'/version='${VERSION}'/" setup.py
- name: Build package
run: python -m build
Expand Down

0 comments on commit 75c2e15

Please sign in to comment.