We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21c9bb commit 2502493Copy full SHA for 2502493
.github/workflows/pypi.yml
@@ -104,7 +104,7 @@ jobs:
104
- name: Update version in pyproject.toml and __init__.py
105
run: |
106
sed -i '/version =/ s/= "[^"][^"]*"/ = "${{ env.RELEASE_VERSION }}"/' pyproject.toml
107
- sed -i '/__version__ =/ s/= "[^"][^"]*"/ = "${{ env.RELEASE_VERSION }}"/' servicex_analysis_utils/__init__.py
+ sed -i '/__version__ =/ s/__version__ = "[^"]*"/__version__="${{ env.RELEASE_VERSION }}"/' servicex_analysis_utils/__init__.py
108
109
110
- name: Commit version change
0 commit comments