Skip to content

Commit

Permalink
wip5
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Jul 23, 2024
1 parent 9de40e4 commit bc0b9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
run: |
#version_tag=${{ github.event.release.tag_name }}
version_tag=3.5.1
sed -i "s/__version__ = \".*\"/__version__ = \"${version_tag}\"/" packages/__packaging__.py
sed -i "s/__version__ = VERSION_STRING/__version__ = \"${version_tag}\"/" packages/__packaging__.py
cat packages/__packaging__.py
# git config --local user.email "[email protected]"
# git config --local user.name "elimoshkovich"
Expand Down

0 comments on commit bc0b9a2

Please sign in to comment.