13 lines
142 B
Makefile
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: * |