Skip to content

Commit 2502493

Browse files
committed
change bot version bump for __init__.py to solve black format issue
1 parent e21c9bb commit 2502493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Update version in pyproject.toml and __init__.py
105105
run: |
106106
sed -i '/version =/ s/= "[^"][^"]*"/ = "${{ env.RELEASE_VERSION }}"/' pyproject.toml
107-
sed -i '/__version__ =/ s/= "[^"][^"]*"/ = "${{ env.RELEASE_VERSION }}"/' servicex_analysis_utils/__init__.py
107+
sed -i '/__version__ =/ s/__version__ = "[^"]*"/__version__="${{ env.RELEASE_VERSION }}"/' servicex_analysis_utils/__init__.py
108108
109109
110110
- name: Commit version change

0 commit comments

Comments
 (0)