Skip to content

Commit

Permalink
Ensure the build module is installed before running build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj725 authored and srics committed Aug 29, 2024
1 parent 260c61e commit d7ed9fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ clean:
find . -name __pycache__ | xargs rm -rf

build: clean
# Ensure the build module is installed
pip install build
# Run the build command
python -m build --wheel

install: build
Expand Down

0 comments on commit d7ed9fc

Please sign in to comment.