From be4c236d693e172df396a8e54d8a0a85de8fc512 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Sat, 10 Sep 2022 14:43:15 -0400 Subject: [PATCH] Use hatch when testing building packages --- .github/workflows/python-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index ebe5e07..5bd34ec 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -51,7 +51,6 @@ jobs: parsedmarc --debug -c ci.ini samples/forensic/*" - name: Test building packages run: | - python3 setup.py sdist - python3 setup.py bdist_wheel + hatch build - name: Upload coverage to Codecov uses: codecov/codecov-action@v2