diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index efe631b..b2fa3be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,10 +44,11 @@ jobs: os: [windows-latest, ubuntu-latest, macos-latest] run: | pytest -v --color=yes tests/ + - task: name: Build os: [windows-latest, ubuntu-latest, macos-latest] - run: python -m build + run: hatch build - python: "3.12" task: diff --git a/pyproject.toml b/pyproject.toml index e098665..6f46305 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "black", + "hatch", "mypy", "packaging", "pandas-stubs",