Skip to content

Commit 679e1bd

Browse files
chore: Hardcoding 0.42.0 to push to PyPI
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 7732b28 commit 679e1bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
# There's a `git restore` in here because `make install-go-ci-dependencies` is actually messing up go.mod & go.sum.
120120
run: |
121121
git fetch --tags
122-
git checkout ${{ needs.get-version.outputs.release_version }}
122+
git checkout v0.42.0
123123
pip install -U pip setuptools wheel twine
124124
make build-ui
125125
git status

0 commit comments

Comments
 (0)