Skip to content

Commit

Permalink
Merge branch 'main' into issue-81-remove-exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana authored Nov 28, 2024
2 parents 6a96bc7 + b200897 commit 4c6a4a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ setup-dev: ## Setup development environment

.PHONY: build-whl
build-whl: setup-dev ## Build installable whl file
# Delete any previous wheels, so different versions don't conflict
rm dev/include/*
cd dev
python3 -m build --outdir dev/include/

Expand Down

0 comments on commit 4c6a4a5

Please sign in to comment.