Skip to content

Commit

Permalink
Infra: Fix make wheel command issue (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua authored Sep 10, 2024
1 parent 15c9e5e commit 69ca6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ docs: ## Build the documentation.
.PHONY: release_wheel
release_wheel: ## Release wheel for python client.
@echo "Releasing wheel for python client ..."
@$(ENV_PREFIX)pip install setuptools wheel twine
@$(ENV_PREFIX)python setup.py sdist bdist_wheel
pip install poetry
poetry build

0 comments on commit 69ca6a5

Please sign in to comment.