Skip to content

Commit

Permalink
wip4
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Jul 23, 2024
1 parent e9f5968 commit 9de40e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ jobs:
#version_tag=${{ github.event.release.tag_name }}
version_tag=3.5.1
sed -i "s/__version__ = \".*\"/__version__ = \"${version_tag}\"/" packages/__packaging__.py
cat packages/opal-client/__packaging__.py
cat packages/__packaging__.py
# git config --local user.email "[email protected]"
# git config --local user.name "elimoshkovich"
# git add packages/opal-client/__packaging__.py
# git add packages/__packaging__.py
# git commit -m "Bump version to ${version_tag}"
- name: Cleanup setup.py and Build every sub-packages
Expand Down

0 comments on commit 9de40e4

Please sign in to comment.