
test_py:
	maturin develop --all-features
	python3 -m unittest discover

publish_py:
	act -j linux --env ACTIONS_RUNTIME_TOKEN=foo --artifact-server-path ./artifact
