Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop catching generic Exception in triggerer #98

Merged
merged 10 commits into from
Nov 28, 2024
Prev Previous commit
Next Next commit
Fix static checks
  • Loading branch information
tatiana committed Nov 28, 2024
commit 2d7cdc2a789e5a11da168322afdd9a745150fac6
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
Loading