set dotenv-load

build:
  uvx maturin build --release --out dist

check:
  uvx twine check dist/*

publish: check
  uvx twine upload dist/*
