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