Skip to content

Commit

Permalink
Fix static checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Nov 28, 2024
1 parent b236d81 commit 2d7cdc2
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 @@ -14,6 +14,9 @@ build-whl: setup-dev ## Build installable whl file
# Delete any previous wheels, so different versions don't conflict
rm dev/include/*
cd dev
# delete potential previous versions, otherwise there will be a conflict
# during installation
rm include/*
python3 -m build --outdir dev/include/

.PHONY: docker-run
Expand Down

0 comments on commit 2d7cdc2

Please sign in to comment.