Skip to content

Commit

Permalink
chore: Updating build wheels to checkout latest tag
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <[email protected]>
  • Loading branch information
franciscojavierarceo committed Dec 6, 2024
1 parent 7999f2a commit 7732b28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:
- name: Build and install dependencies
# There's a `git restore` in here because `make install-go-ci-dependencies` is actually messing up go.mod & go.sum.
run: |
git fetch --tags
git checkout ${{ needs.get-version.outputs.release_version }}
pip install -U pip setuptools wheel twine
make build-ui
git status
Expand Down

0 comments on commit 7732b28

Please sign in to comment.