Files
Teddy Xinyuan Chen 0ab030f266 update makefile
2023-05-04 23:20:49 +08:00

13 lines
142 B
Makefile

pre-commit:
pre-commit run --all-files
test:
tox
publish:
gh workflow run release-cibuildwheel.yaml
bump:
bump2version patch
.PHONY: *