Use hatch when testing building packages

This commit is contained in:
Sean Whalen
2022-09-10 14:43:15 -04:00
parent 4376b12c93
commit be4c236d69

View File

@@ -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