Skip to content

Commit

Permalink
Update build_wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Dec 4, 2024
1 parent 6d12d5e commit 458513c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
run: |
git add VERSION
git commit -m "Increment version to ${{ steps.do_version_increment.outputs.new_version }}"
git pull --rebase
git push
# Step 6: Update the git hash in the repository
Expand All @@ -83,6 +84,7 @@ jobs:
python3 get_git_version.py > git_commit_hash.txt
git add git_commit_hash.txt
git commit -m "Updated git_commit_hash.txt"
git pull --rebase
git push
# Step 7: Install required dependencies
Expand Down

0 comments on commit 458513c

Please sign in to comment.