Skip to content

Commit

Permalink
chore: Hardcoding 0.42.0 to push to PyPI
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 7732b28 commit 679e1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
# 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 }}
git checkout v0.42.0
pip install -U pip setuptools wheel twine
make build-ui
git status
Expand Down

0 comments on commit 679e1bd

Please sign in to comment.