Skip to content

Commit f7ac71f

Browse files
chore: Update wheels as well to checkout proper version
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 679e1bd commit f7ac71f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
run: make build-ui
9393
- name: Build wheels
9494
run: |
95+
git fetch --tags
96+
git checkout v0.42.0
9597
python -m pip install build
9698
python -m build --wheel --outdir wheelhouse/
9799
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)