Files
easy-graph--easy-graph/Makefile
T
2026-07-13 12:36:30 +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: *