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

include release.mk

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