mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +00:00
Use hatch when testing building packages
This commit is contained in:
3
.github/workflows/python-tests.yml
vendored
3
.github/workflows/python-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user