CARGO_MANIFEST = Cargo.toml
INIT_PY        = python/pubmeddb/__init__.py
PYPIRC_REPO    = pubmeddb
PYTHON_SRC     = python
TEST_PATHS     = python/tests
CRATES_UPLOAD  = 1

include release.mk

# pubmeddb-specific: full pipeline
.PHONY: sync run
sync: dev
	uv run python -m pubmeddb
run: sync
