From 458513cb6d9665050e3fa3520004fc82516e2d40 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Wed, 4 Dec 2024 19:16:46 +0000 Subject: [PATCH] Update build_wheel.yml --- .github/workflows/build_wheel.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index e2941b3ac6..16c2016c77 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -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 @@ -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