# Automatically load variables from .env into the shell
set dotenv-load := true

# Default recipe: build and then publish
publish:
    @echo "Building package..."
    uv build
    @echo "Publishing to PyPI..."
    uv publish